Skip to content

Commit

Permalink
Fixes #18562: Disable Hound for Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 7, 2016
1 parent 856e217 commit 4be6b91
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
javascript:
enabled: false
scss:
config_file: scss/.scss-lint.yml
enabled: true
ignore_file: scss/_normalize.scss

javascript:
enabled: false

ruby:
enabled: false

0 comments on commit 4be6b91

Please sign in to comment.