Skip to content

Commit 247fc33

Browse files
committed
Disabled code lines check and methods count check for Codeclimate
1 parent 7470eea commit 247fc33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.codeclimate.yml

+8
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ exclude_paths:
2222
- build/
2323
- docs/
2424
- framework/messages/
25+
26+
checks:
27+
file-lines:
28+
enabled: false
29+
method-count:
30+
enabled: false
31+
method-lines:
32+
enabled: false

0 commit comments

Comments
 (0)