diff --git a/.overcommit.yml b/.overcommit.yml index 3037a42..9137299 100644 --- a/.overcommit.yml +++ b/.overcommit.yml @@ -15,7 +15,7 @@ # # Uncomment the following lines to make the configuration take effect. -#PreCommit: +# PreCommit: # RuboCop: # enabled: true # on_warn: fail # Treat all warnings as failures @@ -25,7 +25,7 @@ # exclude: # - '**/db/structure.sql' # Ignore trailing whitespace in generated files # -#PostCheckout: +# PostCheckout: # ALL: # Special hook name that customizes all hooks of this type # quiet: true # Change all post-checkout hooks to only display output on failure #