mirror of
https://github.com/koho/frpmgr.git
synced 2025-10-20 07:33:47 +08:00
32 lines
534 B
YAML
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$
|