We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab382d0 commit c5aa678Copy full SHA for c5aa678
.codeclimate.yml
@@ -1,3 +1,11 @@
1
version: "2"
2
exclude_patterns:
3
- 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
0 commit comments