Skip to content

Commit c5aa678

Browse files
authored
Update .codeclimate.yml
1 parent ab382d0 commit c5aa678

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
@@ -1,3 +1,11 @@
11
version: "2"
22
exclude_patterns:
33
- rasa/core/utils.py # codeclimate has some encoding issues with this files because of emojis
4+
checks:
5+
argument-count:
6+
config:
7+
threshold: 10
8+
file-lines:
9+
enabled: false
10+
method-count:
11+
enabled: false

0 commit comments

Comments
 (0)