github.com/Uhtred009/v2ray-core-1@v4.31.2+incompatible/.github/linters/.golangci.yml (about) 1 run: 2 timeout: 5m 3 skip-files: 4 - generated.* 5 6 issues: 7 new: true 8 9 linters: 10 enable: 11 - bodyclose 12 - depguard 13 - gocritic 14 - gofmt 15 - goimports 16 - golint 17 - goprintffuncname 18 - gosimple 19 - govet 20 - ineffassign 21 - misspell 22 - nakedret 23 - noctx 24 - nolintlint 25 - rowserrcheck 26 - scopelint 27 - staticcheck 28 - structcheck 29 - stylecheck 30 - typecheck 31 - unconvert 32 - unparam 33 - varcheck 34 - whitespace 35 disable: 36 - deadcode 37 - errcheck 38 - unused