mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
32 lines
558 B
YAML
32 lines
558 B
YAML
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
|
|
fixme:
|
|
enabled: true
|
|
flog:
|
|
enabled: true
|
|
reek:
|
|
enabled: true
|
|
rubocop:
|
|
enabled: true
|
|
checks:
|
|
Rubocop/Style/StringLiterals:
|
|
enabled: false
|
|
Rubocop/Style/TrailingCommaInLiteral:
|
|
enabled: false
|
|
Rubocop/Style/HashSyntax:
|
|
enabled: false
|