diff options
author | Robert Speicher <robert@gitlab.com> | 2016-06-29 19:36:21 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-06-29 19:36:21 +0000 |
commit | 722a6c533a33265214b993122167ff5398e198ea (patch) | |
tree | 58529943cf4a649279cf00b8ff55454ee3ed6683 /.rubocop.yml | |
parent | 293cf09056250c975c2b221f348b629b6d424b71 (diff) | |
parent | c740445ad3825da4e5f7fea943be561ece982443 (diff) | |
download | gitlab-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.yml | 4 |
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 |