enable reek and shellcheck

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-12-03 19:09:01 -08:00
parent 05380a654e
commit c2fc429291

View file

@ -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/"