mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Also make the Codeclimate configuration a bit more relaxed
This commit is contained in:
parent
a0f0ca0c13
commit
50c6ba4e0c
1 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue