Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2016-03-15 09:02:13 +0300
committerChris Rebert <code@chrisrebert.com>2016-03-15 09:02:13 +0300
commit55f6efbbaed0fa343566f180b4fe62feda136a86 (patch)
treee4a899a3479cf4f5368deb569ed31c34ed297aeb /.hound.yml
parentd9a64a0281556240813de5bad7cd7ef2720b7a79 (diff)
Port #19482 to v3
[ci skip]
Diffstat (limited to '.hound.yml')
-rw-r--r--.hound.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.hound.yml b/.hound.yml
index ac4d16c305..9b988b67fc 100644
--- a/.hound.yml
+++ b/.hound.yml
@@ -1,6 +1,12 @@
+fail_on_violations: true
+
+scss:
+ enabled: false
+
javascript:
+ enabled: true
config_file: js/.jshintrc
+
+jscs:
enabled: true
-scss:
- enabled: false
-fail_on_violations: true
+ config_file: js/.jscsrc