aboutsummaryrefslogtreecommitdiff
path: root/.hound.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-11-12Remove .hound.yml.XhmikosR1-20/+0
We might revisit this later, but currently we get too many FP with our current setup.
2017-11-12Update Hound config.XhmikosR1-6/+7
1. Explicitly disable ESLint in Hound for now; it was disabled all this time. Temporarily disabled until the ESLint plugins are updated upstream 2. Remove unneeded ignore from .houndignore
2017-10-11Hound CI: Specify `ignore_file` for stylelint.XhmikosR1-0/+1
2017-10-06Hound CI: Enable stylelint. (#24234)XhmikosR1-4/+5
2017-10-04Hound: Disable scss. (#24221)XhmikosR1-0/+3
2017-10-02Switch to stylelint. (#23572)XhmikosR1-2/+2
2017-05-27move .scss-lint.yml to route dir instead of symlink (which didn't work)Mark Otto1-1/+1
2017-03-12Update config files across the board.Bardi Harborow1-3/+1
2017-01-01Drop jscs on hound configvsn4ik1-5/+1
2016-12-25Disable Hound on test cases.Bardi Harborow1-0/+1
2016-09-23Upgrade to normalize.css v4.2.0 and fix Hound exclusion.Bardi Harborow1-1/+0
2016-05-31Upgrade ESLint to v1.10.3Chris Rebert1-1/+1
Refs #19908
2016-03-14Enabled ESLint and JSCS in HoundAmeya Pandilwar1-1/+10
Fixes #19114 Closes #19482, #19299
2016-03-10Port #19469 to v4wolfy13391-0/+1
Make hound fail on violations
2016-02-06Fixes #18562: Disable Hound for RubyMark Otto1-2/+6
2015-10-20Fix Hound's JS configChris Rebert1-1/+1
Per https://github.com/twbs/bootstrap/pull/17997#discussion_r42564175 ; thanks @vsn4ik ! Refs #17769 /fyi @croaky [ci skip]
2015-10-03Add SCSS configuration for HoundDan Croak1-0/+6
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