Commit 46f4ee6f authored by Robert Knight's avatar Robert Knight

Disable Hound CI JSCS checks

Since enabling JSCS, Hound CI reviews for PRs
which contain JS code changes have been failing
to complete.

ThoughtBot have advised us that the JSCS
checker is in beta and that we should simply disable it.
They noted that ESLint has received a better response
from other testers so we might want to look
at that instead.
parent 4cca09df
......@@ -4,7 +4,7 @@ javascript:
config_file: .jshintrc
ignore_file: .jshintignore
jscs:
enabled: true
enabled: false
config_file: .jscsrc
ruby:
enabled: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment