github.com/sagernet/sing-tun@v0.3.0-beta.5/.golangci.yml (about) 1 linters: 2 disable-all: true 3 enable: 4 - gofumpt 5 - govet 6 # - gci 7 - staticcheck 8 9 linters-settings: 10 # gci: 11 # sections: 12 # - standard 13 # - prefix(github.com/sagernet/sing) 14 # - default 15 staticcheck: 16 go: '1.19'