diff --git a/Rakefile b/Rakefile index 6a80f3b..0bc4d9e 100644 --- a/Rakefile +++ b/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'