1
0
Fork 0
golang-forgejo-go-chi-binding/.golangci.yaml
Daniel Baumann 61133985ce
Merging upstream version 1.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-26 05:48:23 +02:00

41 lines
643 B
YAML

version: "2"
linters:
default: none
enable:
- bidichk
- dupl
- errcheck
- forbidigo
- gocritic
- govet
- ineffassign
- nakedret
- nolintlint
- revive
- staticcheck
- testifylint
- unconvert
- unparam
- unused
- wastedassign
exclusions:
generated: lax
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
paths:
- third_party$
- builtin$
- examples$
formatters:
enable:
- gofmt
- gofumpt
exclusions:
generated: lax
paths:
- third_party$
- builtin$
- examples$