mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 05:33:02 +02:00
Update Hound config.
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
This commit is contained in:
13
.hound.yml
13
.hound.yml
@@ -1,19 +1,20 @@
|
|||||||
fail_on_violations: true
|
fail_on_violations: true
|
||||||
|
|
||||||
|
eslint:
|
||||||
|
config_file: js/.eslintrc.json
|
||||||
|
enabled: false
|
||||||
|
ignore_file: .houndignore
|
||||||
|
|
||||||
stylelint:
|
stylelint:
|
||||||
config_file: build/.stylelintrc
|
config_file: build/.stylelintrc
|
||||||
enabled: true
|
enabled: true
|
||||||
ignore_file: .houndignore
|
ignore_file: .houndignore
|
||||||
|
|
||||||
eslint:
|
jshint:
|
||||||
config_file: js/.eslintrc.json
|
enabled: false
|
||||||
ignore_file: .houndignore
|
|
||||||
|
|
||||||
scss:
|
scss:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
jshint:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
ruby:
|
ruby:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
**/*.min.js
|
**/*.min.js
|
||||||
**/vendor/*
|
**/vendor/**
|
||||||
**/dist/*
|
**/dist/**
|
||||||
js/tests/*
|
|
||||||
|
Reference in New Issue
Block a user