mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04: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
|
||||
config:
|
||||
score_threshold: 30
|
||||
reek:
|
||||
enabled: true
|
||||
markdownlint:
|
||||
enabled: true
|
||||
shellcheck:
|
||||
enabled: true
|
||||
exclude_patterns:
|
||||
- "www/source/javascripts/"
|
||||
- "examples/"
|
||||
|
|
Loading…
Reference in a new issue