sing-box/.golangci.yml

18 lines
258 B
YAML
Raw Normal View History

2022-06-30 13:27:56 +00:00
linters:
disable-all: true
enable:
- gofumpt
- govet
# - gci
- staticcheck
- paralleltest
2022-06-30 13:27:56 +00:00
linters-settings:
# gci:
# sections:
# - standard
# - prefix(github.com/sagernet/)
# - default
staticcheck:
2022-08-12 14:53:46 +00:00
go: '1.19'