Skip to content

Commit

Permalink
enable reek and shellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Miah Johnson <[email protected]>
  • Loading branch information
miah committed Dec 4, 2019
1 parent 05380a6 commit c2fc429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit c2fc429

Please sign in to comment.