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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-03 07:08:23 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-03 07:08:23 +0300
commit84a5a548a5e1377f34b7989fc546eaedf86c3510 (patch)
tree3ae050640124a85f0c65f4119facc949e010a159 /lib/tasks/rubocop.rake
parentafb8ecc3d1569520379a2d0613137c46d44a12ce (diff)
Add rubocop to rake test and rake test_ci
Diffstat (limited to 'lib/tasks/rubocop.rake')
-rw-r--r--lib/tasks/rubocop.rake2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tasks/rubocop.rake b/lib/tasks/rubocop.rake
new file mode 100644
index 00000000000..c28e529f86d
--- /dev/null
+++ b/lib/tasks/rubocop.rake
@@ -0,0 +1,2 @@
+require 'rubocop/rake_task'
+RuboCop::RakeTask.new