From 43d9e06b68d82588ca582f43971cae040b04674f Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Sat, 21 May 2016 18:27:15 -0500 Subject: Add rubocop-rspec Almost all cops are starting as disabled until we can fix their violations. --- lib/tasks/rubocop.rake | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tasks') diff --git a/lib/tasks/rubocop.rake b/lib/tasks/rubocop.rake index ddfaf5d51f2..78ffccc9d06 100644 --- a/lib/tasks/rubocop.rake +++ b/lib/tasks/rubocop.rake @@ -1,4 +1,5 @@ unless Rails.env.production? require 'rubocop/rake_task' + RuboCop::RakeTask.new end -- cgit v1.2.1