Skip to content

Commit

Permalink
Update Hound config.
Browse files Browse the repository at this point in the history
1. Explicitly disable ESLint in Hound for now; it was disabled all this time. Temporarily disabled until the ESLint plugins are updated upstream
2. Remove unneeded ignore from .houndignore
  • Loading branch information
XhmikosR committed Nov 11, 2017
1 parent c7a2689 commit 0924928
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
13 changes: 7 additions & 6 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
fail_on_violations: true

eslint:
config_file: js/.eslintrc.json
enabled: false
ignore_file: .houndignore

stylelint:
config_file: build/.stylelintrc
enabled: true
ignore_file: .houndignore

eslint:
config_file: js/.eslintrc.json
ignore_file: .houndignore

scss:
jshint:
enabled: false

jshint:
scss:
enabled: false

ruby:
Expand Down
5 changes: 2 additions & 3 deletions .houndignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**/*.min.js
**/vendor/*
**/dist/*
js/tests/*
**/vendor/**
**/dist/**

0 comments on commit 0924928

Please sign in to comment.