Skip to content

Commit f53333a

Browse files
Update README.md
Excluding utility function if it is private
1 parent 2baaad1 commit f53333a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ It runs the https://hub.docker.com/r/codeclimate/codeclimate docker image under
5757
TooManyStatements:
5858
max_statements: 10 # defaults to 5. You want this number realistic but stretchy so we can move it down
5959
60+
UtilityFunction:
61+
public_methods_only: true
62+
6063
directories:
6164
"app/controllers":
6265
IrresponsibleModule:

0 commit comments

Comments
 (0)