blob: 61d1f72b29c4b40da5f914e2c5c3ecf9f3d04f4e [file] [log] [blame]
run:
deadline: 5m
skip-files:
# Skip autogenerated files.
- ^.*\.(pb|y)\.go$
output:
sort-results: true
linters:
enable:
- depguard
- gocritic
- gofumpt
- goimports
- gosec
- misspell
- revive
- stylecheck
- whitespace
- unconvert
disable: # these linters have not been supported by go1.18 yet
- bodyclose
- structcheck
- unparam