mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Back out codeclimate changes because I broke its mind
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
425f13ef97
commit
86ebdec0b5
1 changed files with 0 additions and 7 deletions
|
@ -2,12 +2,6 @@ version: "2"
|
|||
checks:
|
||||
file-lines:
|
||||
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:
|
||||
fixme:
|
||||
enabled: true
|
||||
|
@ -17,7 +11,6 @@ plugins:
|
|||
- rubocop:disable
|
||||
flog:
|
||||
enabled: true
|
||||
score_threshold: 30.0
|
||||
markdownlint:
|
||||
enabled: true
|
||||
rubocop:
|
||||
|
|
Loading…
Reference in a new issue