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

.codeclimate.yml - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce232356ad57ee4a0ddd16907f0ac60dd7e4956f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
engines:
  govet:
    enabled: true
  golint:
    enabled: true
  gofmt:
    enabled: true
  rubocop-gitlab:
    enabled: true
ratings:
  paths:
  - "**.go"
exclude_paths:
- _build/