github.com/ipfans/trojan-go@v0.11.0/.github/linters/.golangci.yml (about) 1 run: 2 timeout: 5m 3 skip-files: 4 - \.pb\.go$ 5 6 issues: 7 new: true 8 9 linters: 10 enable: 11 - asciicheck 12 - bodyclose 13 - depguard 14 - gci 15 - gocritic 16 - gofmt 17 - gofumpt 18 - goimports 19 - govet 20 - ineffassign 21 - misspell 22 - typecheck 23 - unconvert 24 - whitespace 25 disable: 26 - deadcode 27 - errcheck 28 - goprintffuncname 29 - gosimple 30 - nilerr 31 - rowserrcheck 32 - staticcheck 33 - structcheck 34 - stylecheck 35 - unparam 36 - unused 37 - varcheck 38 39 linters-settings: 40 gci: 41 local-prefixes: github.com/ipfans/trojan-go 42 goimports: 43 local-prefixes: github.com/ipfans/trojan-go