mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
74c1386246
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
27 lines
No EOL
544 B
YAML
27 lines
No EOL
544 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
|
|
rubocop:
|
|
enabled: true
|
|
channel: rubocop-0-49
|
|
config:
|
|
file: .rubocop.yml
|
|
exclude_patterns:
|
|
- "www/source/javascripts/" |