Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2017-09-12 11:03:44 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-09-12 11:03:44 +0300
commit8e06a3281c59b39317d6ccfb19249359489a1670 (patch)
treea73c269e3a9e0b080463f4edd4554ed65cde259d /.codeclimate.yml
parent66f7931bac17e0b07d9acf40d4b8ddd7768ed277 (diff)
Add rubocop
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index a83cbb047..44e2edcee 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -6,9 +6,13 @@ engines:
enabled: true
gofmt:
enabled: true
+ rubocop:
+ enabled: true
ratings:
paths:
- "**.go"
+ - "**.rb"
exclude_paths:
- vendor/
- _build/
+- ruby/vendor/