Skip to content

Commit

Permalink
Fixes #16242 - Enable HoundCI for ruby linting (#6265)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavis committed Aug 31, 2016
1 parent a5ccff0 commit da866be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .hound.yml
@@ -0,0 +1,13 @@
scss:
enabled: false

ruby:
config_file: .rubocop.yml

jshint:
enabled: false

eslint:
enabled: false

fail_on_violations: true

0 comments on commit da866be

Please sign in to comment.