[rubygems/rubygems] util/rubocop -A

8c9ea5d180
This commit is contained in:
Hiroshi SHIBATA 2023-04-04 12:12:02 +09:00 committed by git
parent a881b33818
commit 06da0d1456
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ install:
assert_match %r{DESTDIR\\=#{ENV['DESTDIR']}$}, results
assert_match %r{DESTDIR\\=#{ENV['DESTDIR']} install$}, results
if !/nmake/.match?(results)
unless /nmake/.match?(results)
assert_match %r{^clean: destination$}, results
assert_match %r{^all: destination$}, results
assert_match %r{^install: destination$}, results