You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ ExcessiveClassLength: Excessive class file lengths are usually indications that
50
50
51
51
-**VariableNamingConventions:** A variable naming conventions rule - customize this to your liking. Currently, it checks for final variables that should be fully capitalized and non-final variables that should not include underscores.
52
52
53
+
See here for a more [detailed description of the Apex rules](http://pmd.sourceforge.net/snapshot/pmd-apex/rules/index.html).
54
+
53
55
### <aname="configuration">Enable and configure the Engine</a>
54
56
55
57
Code Climate will not run this engine on your code unless you have this minimal '.codeclimate.yml' (Note the leading dot) in the root directory of your repository.
0 commit comments