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:
parent
f48a61fb46
commit
cb71930351
Notes:
git
2019-08-31 04:40:14 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ RSpec.describe "The library itself" do
|
|||
end
|
||||
|
||||
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 = []
|
||||
Dir.chdir(root) do
|
||||
files = ruby_core? ? `git ls-files -z -- lib/bundler lib/bundler.rb spec/bundler` : `git ls-files -z`
|
||||
|
|
Loading…
Reference in a new issue