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
2016-03-15Port #19482 to v3Chris Rebert
[ci skip]
2016-03-11Make hound fail on violationswolfy1339
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 JavaScript configuration for HoundDan Croak
This change uses Bootstrap's existing `js/.jshintrc` file to configure Hound's hosted JSHint instance. It leaves existing JavaScript linting as-is because Hound does not support ESLint or JSCS yet. On each pull request to Bootstrap, Hound will comment on any JavaScript style violations in-line, like this: ![screenshot](https://images.thoughtbot.com/hound/javascript-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