1
0
Fork 0
golang-forgejo-go-chi-captcha/.golangci.yaml
Daniel Baumann cd7c72beb5
Adding upstream version 1.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-18 14:30:15 +02:00

27 lines
402 B
YAML

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