mirror of
https://github.com/inspec/inspec
synced 2025-02-16 14:08:36 +00:00
Simmer down, linter
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
1628383c8f
commit
dcd5fbc0ce
2 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,12 @@ version: "2"
|
||||||
checks:
|
checks:
|
||||||
file-lines:
|
file-lines:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
identical-code:
|
||||||
|
# Certain areas of the DSL are repetitive - like
|
||||||
|
# lib/inspec/control_eval_context - which requires
|
||||||
|
# identical defs in both instance and class scope
|
||||||
|
config:
|
||||||
|
threshold: 20
|
||||||
plugins:
|
plugins:
|
||||||
fixme:
|
fixme:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -11,6 +17,7 @@ plugins:
|
||||||
- rubocop:disable
|
- rubocop:disable
|
||||||
flog:
|
flog:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
score_threshold: 30.0
|
||||||
markdownlint:
|
markdownlint:
|
||||||
enabled: true
|
enabled: true
|
||||||
rubocop:
|
rubocop:
|
||||||
|
|
1
.mdlrc
Normal file
1
.mdlrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
line-length false
|
Loading…
Add table
Reference in a new issue