We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2baaad1 commit f53333aCopy full SHA for f53333a
README.md
@@ -57,6 +57,9 @@ It runs the https://hub.docker.com/r/codeclimate/codeclimate docker image under
57
TooManyStatements:
58
max_statements: 10 # defaults to 5. You want this number realistic but stretchy so we can move it down
59
60
+ UtilityFunction:
61
+ public_methods_only: true
62
+
63
directories:
64
"app/controllers":
65
IrresponsibleModule:
0 commit comments