1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/.golangci.yml
Carlos Alexandro Becker 860b4a8f81
chore: gofumpt & lint (#2190)
Signed-off-by: Carlos Becker <caarlos0@gmail.com>
2021-04-25 14:20:49 -03:00

9 lines
112 B
YAML

linters:
enable:
- thelper
- gofumpt
- tparallel
- unconvert
- unparam
- wastedassign