1
0
Fork 0
golang-forgejo-go-chi-session/.golangci.yaml

28 lines
402 B
YAML
Raw Permalink Normal View History

linters:
enable-all: false
disable-all: true
fast: false
enable:
- bidichk
- dupl
- errcheck
- forbidigo
- gocritic
- gofmt
- gofumpt
- gosimple
- govet
- ineffassign
- nakedret
- nolintlint
- revive
- staticcheck
- stylecheck
- tenv
- testifylint
- typecheck
- unconvert
- unused
- unparam
- wastedassign