summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-06-29 19:36:21 +0000
committerRobert Speicher <robert@gitlab.com>2016-06-29 19:36:21 +0000
commit722a6c533a33265214b993122167ff5398e198ea (patch)
tree58529943cf4a649279cf00b8ff55454ee3ed6683 /.rubocop.yml
parent293cf09056250c975c2b221f348b629b6d424b71 (diff)
parentc740445ad3825da4e5f7fea943be561ece982443 (diff)
downloadgitlab-ce-722a6c533a33265214b993122167ff5398e198ea.tar.gz
Merge branch 'migration-cops' into 'master'
Added RuboCop cops for checking DB migrations See merge request !4906
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index dbdabbb9d4c..23ed0c82e8c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,4 +1,6 @@
-require: rubocop-rspec
+require:
+ - rubocop-rspec
+ - ./rubocop/rubocop
AllCops:
TargetRubyVersion: 2.1