Skip to content

Commit 755343c

Browse files
committed
Cleanup
1 parent 5b0f588 commit 755343c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Rake::TestTask.new(:test) do |test|
1212
test.verbose = false
1313

1414
# Set interpreter warning level to 2 (verbose)
15-
test.ruby_opts += [format("-W%d", 2)]
15+
test.ruby_opts << "-W2"
1616
end
1717

1818
require "rubocop/rake_task"

0 commit comments

Comments
 (0)