Files
frpmgr/.golangci.yml
2025-09-29 09:54:58 +08:00

32 lines
534 B
YAML

version: "2"
linters:
default: none
enable:
- govet
- ineffassign
- staticcheck
- unused
- whitespace
exclusions:
generated: lax
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
rules:
- linters:
- staticcheck
text: should not use dot imports
paths:
- third_party$
- builtin$
- examples$
formatters:
exclusions:
generated: lax
paths:
- third_party$
- builtin$
- examples$