1
1
mirror of https://github.com/walles/moar.git synced 2024-09-11 12:15:43 +03:00
moar/.golangci.yaml

10 lines
195 B
YAML
Raw Normal View History

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