From: Dan Croak Date: Sun, 4 Oct 2015 05:39:20 +0000 (-0700) Subject: Add SCSS configuration for Hound X-Git-Tag: v4.0.0-alpha.2~273^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7b37dc08df4e409767e7af6ea894afbeade83ce;p=thirdparty%2Fbootstrap.git 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: ![screenshot](https://images.thoughtbot.com/hound/scss-example.png) 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 --- diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 0000000000..cd39b4b305 --- /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