mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
ab293892de
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>
22 lines
453 B
YAML
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/"
|