Skip to content

Commit

Permalink
Disabling reek
Browse files Browse the repository at this point in the history
  • Loading branch information
hlascelles committed Dec 8, 2018
1 parent dea563b commit 40a9458
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .hound.yml
Expand Up @@ -2,7 +2,8 @@ fail_on_violations: true
ruby:
config_file: .rubocop.yml
reek:
enabled: true
config_file: .reek
# Have to disable reek as Hound requires a higher version than we can provide, as it would mean
# losing support for older versions of ruby.
enabled: false
shellcheck:
enabled: true

0 comments on commit 40a9458

Please sign in to comment.