Fixed .overcommit.yml file

This commit is contained in:
Al Snow
2015-05-01 18:02:50 -04:00
parent 9f8414bf34
commit af04ed5d43
+2
View File
@@ -21,10 +21,12 @@ PreCommit:
on_warn: warn # fail # Treat all warnings as failures
TrailingWhitespace:
enabled: true
exclude:
- '**/db/structure.sql' # Ignore trailing whitespace in generated files
PostCheckout:
enabled: true
ALL: # Special hook name that customizes all hooks of this type
quiet: true # Change all post-checkout hooks to only display output on failure