aboutsummaryrefslogtreecommitdiff
path: root/.codeclimate.yml
blob: a065a1d0266a246f2577f34adef16fdb248dc29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: "2"

checks:
  method-count:
    config:
      threshold: 50

engines:
  golint:
    enabled: true
    checks:
      GoLint/Comments/DocComments:
        enabled: false
  gofmt:
    enabled: true
  govet:
    enabled: true