Merge pull request #2747 from TracksApp/rubocop_limits

Also make the Codeclimate configuration a bit more relaxed
This commit is contained in:
Jyri-Petteri Paloposki 2022-02-23 01:16:14 +02:00 committed by GitHub
commit 4501abc264
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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