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