rubocop autofix!

This commit is contained in:
Mark Moser 2017-02-13 15:03:08 -06:00
parent 17d62131c9
commit 43c77677f6

View File

@ -79,7 +79,7 @@ guard :shell, all_on_start: true do
end end
end end
guard :rubocop, cli: %w(-D -S) do guard :rubocop, cli: %w(-D -S -a) do
watch(/.rubocop.yml/) watch(/.rubocop.yml/)
watch(/.+\.rb$/) watch(/.+\.rb$/)
watch(/Rakefile/) watch(/Rakefile/)