From 99b0f3f59e467c1023b59ebada8a1f92129a6e5c Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Thu, 20 Jul 2017 19:25:37 +0000 Subject: [PATCH] Add Rake task "fix" --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) 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