diff options
| author | wolfy1339 <[email protected]> | 2016-03-10 21:07:53 -0500 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-03-10 22:10:55 -0800 |
| commit | a3e301cdbe5efa2fbf51602a8e5cd0599e60d666 (patch) | |
| tree | f78d76459d2d346d02d0574842fc8f579403abe5 | |
| parent | 42f5227285e776e6a584ff55a9d6a25e1ec945d9 (diff) | |
| download | bootstrap-a3e301cdbe5efa2fbf51602a8e5cd0599e60d666.tar.xz bootstrap-a3e301cdbe5efa2fbf51602a8e5cd0599e60d666.zip | |
Port #19469 to v4
Make hound fail on violations
| -rw-r--r-- | .hound.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.hound.yml b/.hound.yml index 66bc1ae7c..f6077f21d 100644 --- a/.hound.yml +++ b/.hound.yml @@ -8,3 +8,4 @@ javascript: ruby: enabled: false +fail_on_violations: true |
