Skip to content

Commit 755343c

Browse files
committed
Cleanup
1 parent 5b0f588 commit 755343c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
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)