sing-geoip/.golangci.yml

18 lines
256 B
YAML
Raw Normal View History

2022-07-05 12:18:20 +08:00
linters:
2023-11-29 14:26:06 +08:00
disable-all: true
enable:
- gofumpt
- govet
- gci
- staticcheck
2022-07-05 12:18:20 +08:00
linters-settings:
2023-11-29 14:26:06 +08:00
gci:
custom-order: true
sections:
- standard
- prefix(github.com/sagernet/)
- default
staticcheck:
go: '1.20'