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:
authorMark Otto <markdotto@gmail.com>2016-02-07 03:07:24 +0300
committerMark Otto <markdotto@gmail.com>2016-02-07 03:07:24 +0300
commit4be6b914675cc6ff53bcb47c1d2b2d4b672bd1bb (patch)
tree264d8e84d0b7ee1e95380e6af3c49b0fffed6087 /.hound.yml
parent856e21757431ca6c1bbe9e183708ec7174fa73a1 (diff)
Fixes #18562: Disable Hound for Ruby
Diffstat (limited to '.hound.yml')
-rw-r--r--.hound.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.hound.yml b/.hound.yml
index 1dd8ae609d..66bc1ae7cb 100644
--- a/.hound.yml
+++ b/.hound.yml
@@ -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