summaryrefslogtreecommitdiff
path: root/.golangci.yml
blob: 9067d40a5b11f39293e0501b6efa53755bdb53fb (plain)
1
2
3
4
5
6
7
8
linters:
  disable:
    - structcheck # doesn't support Go 1.18 yet
  enable:
    - gofmt
linters-settings:
  gofmt:
    simplify: true