tracks/.codeclimate.yml
2024-06-06 00:31:07 +03:00

25 lines
391 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
plugins:
brakeman:
enabled: true
fixme:
enabled: true
flog:
enabled: true
reek:
enabled: true
#exclude_patterns:
#- app/assets/javascripts-jquery-ui