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:
parent
1be5242c8c
commit
5f669fca31
@ -218,6 +218,7 @@ public class Outer {
|
||||
* Inner class should be camel case.
|
||||
* Outer class should have a prefix (one character, all caps), underscore, then camel case.
|
||||
* Enum name should be all caps (not best practice!)
|
||||
* See #5048
|
||||
</description>
|
||||
<rule-property name="innerClassPattern">[A-Za-z]+</rule-property>
|
||||
<rule-property name="classPattern">[A-Z]_[A-Za-z]+</rule-property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user