Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuravel committed Aug 16, 2024
1 parent 5b0f588 commit 755343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Rake::TestTask.new(:test) do |test|
test.verbose = false

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

require "rubocop/rake_task"
Expand Down

0 comments on commit 755343c

Please sign in to comment.