diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-02-21 09:48:56 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-02-21 15:21:05 +0100 |
commit | 5ccd3bec955c1869ad621d352c6509365f2077dc (patch) | |
tree | 50083027987f71ac88d2d4b9151fa00794256e12 /.codeclimate.yml | |
parent | 6d2a5f044f82f9500e8694a848125f976cb6d189 (diff) | |
download | gitlab-ce-5ccd3bec955c1869ad621d352c6509365f2077dc.tar.gz |
Merge branch 'improve-codequality-job' into 'master'improve-codequality-job
Simplify the codequality job
See merge request gitlab-org/gitlab-ee!4602
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index ecac24b68d7..b02fe54a4ff 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -15,7 +15,7 @@ engines: enabled: false rubocop: enabled: true - channel: "gitlab-rubocop-0-52" + channel: "gitlab-rubocop-0-52-1" ratings: paths: - Gemfile.lock |