sing-box/.golangci.yml

21 lines
274 B
YAML
Raw Normal View History

2022-06-30 13:27:56 +00:00
linters:
disable-all: true
enable:
- gofumpt
- govet
2022-07-24 11:44:33 +00:00
# - gci
- staticcheck
- paralleltest
2022-06-30 13:27:56 +00:00
2022-07-24 11:44:33 +00:00
issues:
fix: true
2022-06-30 13:27:56 +00:00
linters-settings:
gci:
sections:
- standard
- prefix(github.com/sagernet/)
- default
staticcheck:
go: '1.18'