diff options
| author | Mark Otto <[email protected]> | 2016-02-06 16:07:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 16:07:24 -0800 |
| commit | 4be6b914675cc6ff53bcb47c1d2b2d4b672bd1bb (patch) | |
| tree | 264d8e84d0b7ee1e95380e6af3c49b0fffed6087 | |
| parent | 856e21757431ca6c1bbe9e183708ec7174fa73a1 (diff) | |
| download | bootstrap-4be6b914675cc6ff53bcb47c1d2b2d4b672bd1bb.tar.xz bootstrap-4be6b914675cc6ff53bcb47c1d2b2d4b672bd1bb.zip | |
Fixes #18562: Disable Hound for Ruby
| -rw-r--r-- | .hound.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.hound.yml b/.hound.yml index 1dd8ae609..66bc1ae7c 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 |
