mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Run code formatter as part of test suite
This commit is contained in:
parent
dae0d48e4f
commit
60d23365f7
2 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,8 @@ This release has major breaking changes. Read and test carefully in production.
|
|||
arguments to Sidekiq. Use a proper process supervisor (e.g. systemd or
|
||||
foreman) to manage Sidekiq. See the Deployment wiki page for links to
|
||||
more resources.
|
||||
- Integrate the StandardRB code formatter to ensure consistent code
|
||||
styling. [#4114, gearnode]
|
||||
|
||||
HEAD
|
||||
---------
|
||||
|
|
2
Rakefile
2
Rakefile
|
@ -7,4 +7,4 @@ Rake::TestTask.new(:test) do |test|
|
|||
test.pattern = "test/**/test_*.rb"
|
||||
end
|
||||
|
||||
task default: :test
|
||||
task default: [:standard, :test]
|
||||
|
|
Loading…
Reference in a new issue