Fix code style
This commit is contained in:
parent
99b0f3f59e
commit
9280dd30ea
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -12,7 +12,7 @@ task default: [:spec, :lint]
|
|||
require 'rspec/core/rake_task'
|
||||
RSpec::Core::RakeTask.new
|
||||
|
||||
task lint: [:rubocop]
|
||||
task lint: :rubocop
|
||||
|
||||
task fix: 'rubocop:auto_correct'
|
||||
|
||||
|
|
Reference in a new issue