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:
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 42afed54371..216ecf43beb 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -1,7 +1,5 @@
---
engines:
- brakeman:
- enabled: true
bundler-audit:
enabled: true
duplication:
@@ -14,8 +12,10 @@ engines:
- "lib/api/v3/*"
eslint:
enabled: true
+ channel: "eslint-4"
rubocop:
enabled: true
+ channel: "gitlab-rubocop-0-52-1"
ratings:
paths:
- Gemfile.lock
@@ -45,3 +45,4 @@ exclude_paths:
- log/
- backups/
- coverage-javascript/
+- plugins/