Skip to content

Commit

Permalink
[rubygems/rubygems] Re-enable default_ignores option for standard
Browse files Browse the repository at this point in the history
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.

rubygems/rubygems@677f74be48
  • Loading branch information
searls authored and matzbot committed Oct 21, 2021
1 parent 32a8cb9 commit d0cad8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/bundler/templates/newgem/standard.yml.tt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# For available configuration options, see:
# https://github.com/testdouble/standard

default_ignores: false

0 comments on commit d0cad8a

Please sign in to comment.