Skip to content

Commit 08387c1

Browse files
committed
Quiet some additional pre-commit hooks
These aren't terribly interesting checks. Only display them if they fail. Change-Id: Id42dc42edd85a2705c058fc76af89a3648921ba0 Reviewed-on: http://gerrit.causes.com/45339 Tested-by: jenkins <jenkins@brigade.com> Reviewed-by: Shane da Silva <shane.dasilva@brigade.com>
1 parent ca66235 commit 08387c1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Overcommit Changelog
22

3+
## master (unreleased)
4+
5+
* Change `HardTabs`, `MergeConflicts`, and `PryBinding` pre-commit hooks to
6+
be `quiet` by default
7+
38
## 0.20.0
49

510
* Add `--run` flag which runs all configured pre-commit hooks against the

config/default.yml

+3
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ PreCommit:
113113

114114
HardTabs:
115115
description: 'Checking for hard tabs'
116+
quiet: true
116117
exclude:
117118
- '**/*.go'
118119
- '**/Makefile'
@@ -160,9 +161,11 @@ PreCommit:
160161

161162
MergeConflicts:
162163
description: 'Checking for merge conflicts'
164+
quiet: true
163165

164166
PryBinding:
165167
description: 'Checking for instances of binding.pry'
168+
quiet: true
166169
include:
167170
- '**/*.rb'
168171
- '**/*.rake'

0 commit comments

Comments
 (0)