Update pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/codestyle/xml/ClassNamingConventions.xml

Co-authored-by: Andreas Dangel <andreas.dangel@adangel.org>
This commit is contained in:
sgnl-labs 2024-07-13 05:36:35 -07:00 committed by GitHub
parent 2da3ac2cc8
commit 1be5242c8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,7 +196,7 @@ public enum FooEnum { }
</test-code>
<test-code>
<description>Inner class naming convention, class name failed to match RegEx</description>
<description>Inner class naming convention, class name failed to match RegEx #5048</description>
<rule-property name="innerClassPattern">[A-Za-z]</rule-property>
<expected-problems>1</expected-problems>
<code>