Adds CodeClimate config

This commit is contained in:
erwanlr
2021-05-18 13:31:58 +02:00
parent da180e1e20
commit 78231becd9

7
.codeclimate.yml Normal file
View File

@@ -0,0 +1,7 @@
version: "2" # required to adjust maintainability checks
checks:
method-complexity:
enabled: true
config:
threshold: 15