diff options
| author | Dan Croak <[email protected]> | 2015-10-03 22:39:20 -0700 |
|---|---|---|
| committer | Dan Croak <[email protected]> | 2015-10-03 22:39:20 -0700 |
| commit | a7b37dc08df4e409767e7af6ea894afbeade83ce (patch) | |
| tree | 8be3cfe504beb7fb2a34312b6de0bd5433acbb20 | |
| parent | 10f6e97ec2c59cbeb3c892936e8b7cb3faa1e247 (diff) | |
| download | bootstrap-a7b37dc08df4e409767e7af6ea894afbeade83ce.tar.xz bootstrap-a7b37dc08df4e409767e7af6ea894afbeade83ce.zip | |
Add SCSS configuration for Hound
This change uses Bootstrap's existing `scss/.scss-lint.yml` file
to configure Hound's hosted SCSS-Lint instance.
On each pull request to Bootstrap,
Hound will comment on any SCSS style violations in-line, like this:

If you update the pull request to adopt a suggestion,
the comment will be hidden.
It leaves the existing linting done by Grunt + Travis.
Hound is free for open source projects
and is open source itself:
https://github.com/thoughtbot/hound
| -rw-r--r-- | .hound.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 000000000..cd39b4b30 --- /dev/null +++ b/.hound.yml @@ -0,0 +1,6 @@ +java_script: + enabled: false +scss: + config_file: scss/.scss-lint.yml + enabled: true + ignore_file: scss/_normalize.scss |
