Skip to content

Commit 87f7c87

Browse files
committed
Don't exclude structure.sql from TrailingWhitespace by default
This shouldn't be something Overcommit specifies by default. Change-Id: Ic5de6ac2845da4c34c3062a3a6bcd9eaf6580b9d Reviewed-on: http://gerrit.causes.com/47230 Tested-by: jenkins <jenkins@brigade.com> Reviewed-by: Shane da Silva <shane.dasilva@brigade.com>
1 parent 908d0db commit 87f7c87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/default.yml

-2
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,6 @@ PreCommit:
322322
description: 'Checking for trailing whitespace'
323323
required_executable: 'grep'
324324
flags: ['-IHn', '\s$']
325-
exclude:
326-
- '**/db/structure.sql'
327325

328326
TravisLint:
329327
description: 'Checking Travis CI configuration'

0 commit comments

Comments
 (0)