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:
authorDan Croak <dan@thoughtbot.com>2015-10-04 08:39:20 +0300
committerDan Croak <dan@thoughtbot.com>2015-10-04 08:39:20 +0300
commita7b37dc08df4e409767e7af6ea894afbeade83ce (patch)
tree8be3cfe504beb7fb2a34312b6de0bd5433acbb20 /.hound.yml
parent10f6e97ec2c59cbeb3c892936e8b7cb3faa1e247 (diff)
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
Diffstat (limited to '.hound.yml')
-rw-r--r--.hound.yml6
1 files changed, 6 insertions, 0 deletions
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