mirror of
https://github.com/walles/moar.git
synced 2024-11-22 21:50:43 +03:00
10 lines
195 B
YAML
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
|