github.com/metacubex/sing-tun@v0.2.7-0.20240512075008-89e7c6208eec/.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'