gemfile:false
option no longer behaves as expected in YAML config
#862
Labels
gemfile:false
option no longer behaves as expected in YAML config
#862
As of 0.65, when I run overcommit with
gemfile: false
in the config, I get the following error:Problem loading 'false': my-code-directory/false not found
It seems like when #859 started using regex to parse the gemfile config instead of YAML, we ended up losing some nice YAML.parse functionality?
The text was updated successfully, but these errors were encountered: