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

[bundler/bundler] Remove unexistent folder from exemptions

https://github.com/bundler/bundler/commit/0b6d973543
This commit is contained in:
David Rodríguez 2019-08-08 12:06:44 +02:00 committed by SHIBATA Hiroshi
parent f48a61fb46
commit cb71930351
Notes: git 2019-08-31 04:40:14 +09:00

View file

@ -105,7 +105,7 @@ RSpec.describe "The library itself" do
end end
it "has no malformed whitespace" do it "has no malformed whitespace" do
exempt = /\.gitmodules|\.marshal|fixtures|vendor|LICENSE|vcr_cassettes|rbreadline\.diff|\.txt$/ exempt = /\.gitmodules|fixtures|vendor|LICENSE|vcr_cassettes|rbreadline\.diff|\.txt$/
error_messages = [] error_messages = []
Dir.chdir(root) do Dir.chdir(root) do
files = ruby_core? ? `git ls-files -z -- lib/bundler lib/bundler.rb spec/bundler` : `git ls-files -z` files = ruby_core? ? `git ls-files -z -- lib/bundler lib/bundler.rb spec/bundler` : `git ls-files -z`