sing/.golangci.yml
2022-08-15 00:48:30 +08:00

16 lines
239 B
YAML

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