toxon
/
lita-tox
Archived
1
0
Fork 0

Add Rake task "fix"

This commit is contained in:
Braiden Vasco 2017-07-20 19:25:37 +00:00
parent 87c2499d7e
commit 99b0f3f59e
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ RSpec::Core::RakeTask.new
task lint: [:rubocop]
task fix: 'rubocop:auto_correct'
require 'rubocop/rake_task'
RuboCop::RakeTask.new