summaryrefslogtreecommitdiff
path: root/vendor/github.com/docker/distribution/.golangci.yml
blob: 1ba6cb91623e06c46420a0c39fedb9b70bd03dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
linters:
  enable:
    - structcheck
    - varcheck
    - staticcheck
    - unconvert
    - gofmt
    - goimports
    - golint
    - ineffassign
    - vet
    - unused
    - misspell
  disable:
    - errcheck

run:
  deadline: 2m
  skip-dirs:
    - vendor