Fixed .overcommit.yml file
This commit is contained in:
@@ -21,10 +21,12 @@ PreCommit:
|
|||||||
on_warn: warn # fail # Treat all warnings as failures
|
on_warn: warn # fail # Treat all warnings as failures
|
||||||
|
|
||||||
TrailingWhitespace:
|
TrailingWhitespace:
|
||||||
|
enabled: true
|
||||||
exclude:
|
exclude:
|
||||||
- '**/db/structure.sql' # Ignore trailing whitespace in generated files
|
- '**/db/structure.sql' # Ignore trailing whitespace in generated files
|
||||||
|
|
||||||
PostCheckout:
|
PostCheckout:
|
||||||
|
enabled: true
|
||||||
ALL: # Special hook name that customizes all hooks of this type
|
ALL: # Special hook name that customizes all hooks of this type
|
||||||
quiet: true # Change all post-checkout hooks to only display output on failure
|
quiet: true # Change all post-checkout hooks to only display output on failure
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user