github.com/metacubex/mihomo@v1.18.5/.golangci.yaml (about) 1 linters: 2 disable-all: true 3 enable: 4 - gofumpt 5 - staticcheck 6 - govet 7 - gci 8 9 linters-settings: 10 gci: 11 custom-order: true 12 sections: 13 - standard 14 - prefix(github.com/metacubex/mihomo) 15 - default 16 staticcheck: 17 go: '1.19'