1
1
mirror of https://github.com/walles/moar.git synced 2024-08-16 15:30:34 +03:00
moar/.golangci.yaml
2023-03-03 16:56:09 +01:00

10 lines
195 B
YAML

linters:
enable:
- gofmt
# I'd really want to use Revive for this but that doesn't work:
# https://github.com/golangci/golangci-lint/issues/3653
- unparam
- usestdlibvars