Skip to content

Commit

Permalink
Simmer down, linter
Browse files Browse the repository at this point in the history
Signed-off-by: Clinton Wolfe <[email protected]>
  • Loading branch information
clintoncwolfe committed Jun 6, 2019
1 parent 1628383 commit dcd5fbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ 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
Expand All @@ -11,6 +17,7 @@ plugins:
- rubocop:disable
flog:
enabled: true
score_threshold: 30.0
markdownlint:
enabled: true
rubocop:
Expand Down
1 change: 1 addition & 0 deletions .mdlrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
line-length false

0 comments on commit dcd5fbc

Please sign in to comment.