Skip to content

Commit b9c27c7

Browse files
author
Martin Brecht-Precht
committed
Modified the codeclimate configuration. Disabled the BooleanGetMethodName check.
1 parent 710d43f commit b9c27c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.codeclimate.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ engines:
1616
enabled: false
1717
Design/TooManyPublicMethods:
1818
enabled: false
19+
Naming/BooleanGetMethodName:
20+
enabled: false
1921
ratings:
2022
paths:
2123
- "**.inc"

0 commit comments

Comments
 (0)