Also make the Codeclimate configuration a bit more relaxed

This commit is contained in:
Jyri-Petteri Paloposki 2022-02-22 23:47:30 +02:00
parent a0f0ca0c13
commit 50c6ba4e0c

View file

@ -1,3 +1,17 @@
version: "2"
checks:
file-lines:
config:
threshold: 300
method-complexity:
config:
threshold: 50
method-count:
config:
threshold: 20
method-lines:
config:
threshold: 100
engines:
brakeman:
enabled: true