1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-06 12:56:14 +02:00
nfpm/.golangci.yml

34 lines
537 B
YAML
Raw Normal View History

run:
go: "1.20"
timeout: 5m
linters:
enable:
- thelper
- gofumpt
- tparallel
- unconvert
- unparam
- wastedassign
- revive
- forbidigo
- tagliatelle
- misspell
- depguard
- testifylint
linters-settings:
forbidigo:
forbid:
- 'ioutil\.*'
tagliatelle:
case:
use-field-name: false
rules:
yaml: snake
json: snake
depguard:
rules:
main:
deny:
- pkg: "github.com/pkg/errors"
desc: "use stdlib instead"