sing-box/.golangci.yml
2022-09-10 22:10:45 +08:00

22 lines
307 B
YAML

linters:
disable-all: true
enable:
- gofumpt
- govet
# - gci
- staticcheck
- paralleltest
run:
skip-dirs:
- transport/cloudflaretls
linters-settings:
# gci:
# sections:
# - standard
# - prefix(github.com/sagernet/)
# - default
staticcheck:
go: '1.19'