inspec/.codeclimate.yml

26 lines
501 B
YAML
Raw Normal View History

version: "2"
checks:
method-lines:
config:
threshold: 40
file-lines:
enabled: false
identical-code:
config:
threshold: 40 # Unfortunately, we have a lot of duplicate code in places like lib/inspec/control_eval_context.rb
plugins:
fixme:
enabled: true
config:
strings:
- TODO
- rubocop:disable
flog:
enabled: true
config:
score_threshold: 30
markdownlint:
enabled: true
exclude_patterns:
- "www/source/javascripts/"