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
AgeCommit message (Collapse)Author
2017-11-12Remove .hound.yml.XhmikosR
We might revisit this later, but currently we get too many FP with our current setup.
2017-11-12Update Hound config.XhmikosR
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.XhmikosR
2017-10-06Hound CI: Enable stylelint. (#24234)XhmikosR
2017-10-04Hound: Disable scss. (#24221)XhmikosR
2017-10-03Switch to stylelint. (#23572)XhmikosR
2017-05-28move .scss-lint.yml to route dir instead of symlink (which didn't work)Mark Otto
2017-03-12Update config files across the board.Bardi Harborow
2017-01-02Drop jscs on hound configvsn4ik
2016-12-25Disable Hound on test cases.Bardi Harborow
2016-09-23Upgrade to normalize.css v4.2.0 and fix Hound exclusion.Bardi Harborow
2016-05-31Upgrade ESLint to v1.10.3Chris Rebert
Refs #19908
2016-03-15Enabled ESLint and JSCS in HoundAmeya Pandilwar
Fixes #19114 Closes #19482, #19299
2016-03-11Port #19469 to v4wolfy1339
Make hound fail on violations
2016-02-07Fixes #18562: Disable Hound for RubyMark Otto
2015-10-21Fix Hound's JS configChris Rebert
Per https://github.com/twbs/bootstrap/pull/17997#discussion_r42564175 ; thanks @vsn4ik ! Refs #17769 /fyi @croaky [ci skip]
2015-10-04Add SCSS configuration for HoundDan Croak
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