From 5d3798478332e497f99f9a7da7cf46f54b5bc058 Mon Sep 17 00:00:00 2001 From: Pedro Fayolle Date: Mon, 17 Feb 2025 11:04:52 +0900 Subject: [PATCH] Update default.yml Add warning about unsupported YAML features in gemfile: line --- config/default.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/default.yml b/config/default.yml index 70ae0b2d..ba8af533 100644 --- a/config/default.yml +++ b/config/default.yml @@ -32,6 +32,10 @@ # your repository, and then set the `gemfile` option below to the name you gave # the file. # (Generate lock file by running `bundle install --gemfile=.overcommit_gems.rb`) +# +# NOTE: the following line will be parsed by a regexp rather than a proper YAML +# parser, so avoid any values other than false or a string, and don't use inline +# comments gemfile: false # Where to store hook plugins specific to a repository. These are loaded in