From 25a6bfbc06541d182f0c956a712f82b40b6c404e Mon Sep 17 00:00:00 2001 From: Gordon Schulz Date: Wed, 8 Nov 2017 11:47:13 +0100 Subject: [PATCH] Add spaces to satisfy yaml lint --- .overcommit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 #