mirror of
https://github.com/inspec/inspec
synced 2024-11-24 21:53:15 +00:00
enable reek and shellcheck
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
05380a654e
commit
c2fc429291
1 changed files with 4 additions and 0 deletions
|
@ -22,8 +22,12 @@ plugins:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
score_threshold: 30
|
score_threshold: 30
|
||||||
|
reek:
|
||||||
|
enabled: true
|
||||||
markdownlint:
|
markdownlint:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
shellcheck:
|
||||||
|
enabled: true
|
||||||
exclude_patterns:
|
exclude_patterns:
|
||||||
- "www/source/javascripts/"
|
- "www/source/javascripts/"
|
||||||
- "examples/"
|
- "examples/"
|
||||||
|
|
Loading…
Reference in a new issue