sing-box/.golangci.yml

24 lines
360 B
YAML
Raw Normal View History

2022-06-30 21:27:56 +08:00
linters:
disable-all: true
enable:
- gofumpt
- govet
# - gci
- staticcheck
- paralleltest
2022-06-30 21:27:56 +08:00
2022-09-03 23:21:35 +08:00
run:
skip-dirs:
2023-02-07 14:53:08 +08:00
- transport/simple-obfs
- transport/clashssr
2022-09-03 23:21:35 +08:00
- transport/cloudflaretls
2022-06-30 21:27:56 +08:00
linters-settings:
# gci:
# sections:
# - standard
# - prefix(github.com/sagernet/)
# - default
staticcheck:
2022-08-12 22:53:46 +08:00
go: '1.19'