1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +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