1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Re-enable default_ignores option for standard

I am not sure why this flag was turned off (it wasn't explained in my commit message in 0365dc852767ae589376a7aad1fb129738e408b0 or in my PR in #4411). 

Whatever the reason, without `default_ignores` turned on, most default CI configurations will immediately fail, as they most likely vendor and cache their dependencies under `vendor`, which will cause standard to run against all the vendored gems and (most likely) fail. I think we should remove this before this feature is released.

https://github.com/rubygems/rubygems/commit/677f74be48
This commit is contained in:
Justin Searls 2021-10-21 12:58:51 -04:00 committed by git
parent 32a8cb965c
commit d0cad8ad83

View file

@ -1,4 +1,2 @@
# For available configuration options, see:
# https://github.com/testdouble/standard
default_ignores: false