toxon
/
lita-tox
Archived
1
0
Fork 0

Fix code style

This commit is contained in:
Braiden Vasco 2017-07-20 19:26:02 +00:00
parent 99b0f3f59e
commit 9280dd30ea
1 changed files with 1 additions and 1 deletions

View File

@ -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'