diff options
| author | Chris Rebert <[email protected]> | 2016-03-10 22:09:25 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-03-10 22:09:25 -0800 |
| commit | 7a8da2de14996d1f1afdbb0f599cf32abcb9dfb6 (patch) | |
| tree | 18f64164310a23ec7389c58472d8195ae8e18a32 | |
| parent | f4a09c76f1b54720c1733e76c683d2dd491f38ba (diff) | |
| parent | 6d7669a72d26103866f51b6bd240908280034e60 (diff) | |
| download | bootstrap-7a8da2de14996d1f1afdbb0f599cf32abcb9dfb6.tar.xz bootstrap-7a8da2de14996d1f1afdbb0f599cf32abcb9dfb6.zip | |
Merge pull request #19469 from wolfy1339/patch-2
Make Hound CI fail on violations
[ci skip]
| -rw-r--r-- | .hound.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.hound.yml b/.hound.yml index 1d162eb0d..ac4d16c30 100644 --- a/.hound.yml +++ b/.hound.yml @@ -3,3 +3,4 @@ javascript: enabled: true scss: enabled: false +fail_on_violations: true |
