github.com/bodgit/sevenzip@v1.5.1/.golangci.yaml (about) 1 --- 2 linters: 3 disable-all: true 4 enable: 5 - asasalint 6 - asciicheck 7 - bidichk 8 - bodyclose 9 - containedctx 10 - contextcheck 11 - cyclop 12 - decorder 13 - dogsled 14 - dupl 15 - dupword 16 - durationcheck 17 - errcheck 18 - errchkjson 19 - errname 20 - errorlint 21 - execinquery 22 - exhaustive 23 - exportloopref 24 - forbidigo 25 - forcetypeassert 26 - funlen 27 - gci 28 - gochecknoglobals 29 - gochecknoinits 30 - gocognit 31 - goconst 32 - gocritic 33 - gocyclo 34 - godot 35 - gofmt 36 - gofumpt 37 - goheader 38 - goimports 39 - gomoddirectives 40 - gomodguard 41 - goprintffuncname 42 - gosec 43 - gosimple 44 - govet 45 - grouper 46 - importas 47 - ineffassign 48 - interfacebloat 49 - lll 50 - loggercheck 51 - maintidx 52 - makezero 53 - misspell 54 - nakedret 55 - nestif 56 - nilerr 57 - nilnil 58 - nlreturn 59 - noctx 60 - nolintlint 61 - nosprintfhostport 62 - paralleltest 63 - prealloc 64 - predeclared 65 - promlinter 66 - reassign 67 - revive 68 - rowserrcheck 69 - sqlclosecheck 70 - staticcheck 71 - stylecheck 72 - tagliatelle 73 - tenv 74 - testableexamples 75 - testpackage 76 - thelper 77 - tparallel 78 - typecheck 79 - unconvert 80 - unparam 81 - unused 82 - usestdlibvars 83 - wastedassign 84 - whitespace 85 - wsl