aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yml
blob: 20a45f5ef1dd86ca49b5e42b1c8a708b087ff1ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
run:
  timeout: 5m
linters:
  disable-all: true
  enable:
    - govet
    - ineffassign
    - staticcheck
    - typecheck
    - whitespace
    - unused
    - gofmt
    - unconvert