Fixed .overcommit.yml file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user