github.com/sagernet/sing@v0.4.0-beta.19.0.20240518125136-f67a0988a636/.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 custom-order: true 12 sections: 13 - standard 14 - prefix(github.com/sagernet/) 15 - default 16 staticcheck: 17 go: '1.20'