tracks/.codeclimate.yml

33 lines
558 B
YAML
Raw Normal View History

version: "2"
checks:
file-lines:
config:
threshold: 300
method-complexity:
config:
threshold: 50
method-count:
config:
threshold: 20
method-lines:
config:
threshold: 100
2020-10-10 01:21:13 +03:00
engines:
2020-10-10 02:27:42 +03:00
brakeman:
enabled: true
fixme:
enabled: true
flog:
enabled: true
reek:
enabled: true
2020-10-10 01:21:13 +03:00
rubocop:
enabled: true
checks:
Rubocop/Style/StringLiterals:
enabled: false
2020-10-10 02:27:42 +03:00
Rubocop/Style/TrailingCommaInLiteral:
enabled: false
Rubocop/Style/HashSyntax:
enabled: false