From 9280dd30ea2f291d6b97cde06c2309e32df08834 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Thu, 20 Jul 2017 19:26:02 +0000 Subject: [PATCH] Fix code style --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'