diff --git a/Rakefile b/Rakefile index 52f4cb4..6a80f3b 100644 --- a/Rakefile +++ b/Rakefile @@ -14,6 +14,8 @@ RSpec::Core::RakeTask.new task lint: [:rubocop] +task fix: 'rubocop:auto_correct' + require 'rubocop/rake_task' RuboCop::RakeTask.new