Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-05-22 02:27:15 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-05-23 22:59:32 +0300
commit43d9e06b68d82588ca582f43971cae040b04674f (patch)
treec432108778a9a6dd15198f25e2558a1e3b368d8c /lib/tasks
parentc002a560afae7db6a5c778bc78028243c2fc945a (diff)
Add rubocop-rspec
Almost all cops are starting as disabled until we can fix their violations.
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/rubocop.rake1
1 files changed, 1 insertions, 0 deletions
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