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-07-24 15:17:50 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-07-24 15:17:50 +0300
commit0ccbfacafa5cc7b834dffa98db250e90645b2f55 (patch)
treec422b2fb8f61223bfd297466743c115cabb14e1d /.codeclimate.yml
parentdb4b026642a4bef8c590c56037c06e719583ca63 (diff)
Add codeclimate
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 000000000..a83cbb047
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,14 @@
+---
+engines:
+ govet:
+ enabled: true
+ golint:
+ enabled: true
+ gofmt:
+ enabled: true
+ratings:
+ paths:
+ - "**.go"
+exclude_paths:
+- vendor/
+- _build/