inspec/.codeclimate.yml
Miah Johnson ab293892de Disable rubocop on Code Climate.
This is now managed by chefstyle which CC doesn't support. Every PR is
linted before tests are started so style is already strictly enforced.

Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-06-11 21:51:33 -07:00

22 lines
453 B
YAML

version: "2"
checks:
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/"