Skip to content

Commit

Permalink
Updating the list of implicitly disabled linters.
Browse files Browse the repository at this point in the history
To have all the current linters that aren't archived or deprecated as per golangci-lint.run/usage/linters/.

Signed-off-by: Yolan Romailler <[email protected]>
  • Loading branch information
AnomalRoil committed Dec 2, 2023
1 parent 1510684 commit 0777508
Showing 1 changed file with 43 additions and 6 deletions.
49 changes: 43 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,38 +55,75 @@ linters:
# - cyclop
# - depguard
# - errchkjson
# - errorlint
# - exhaustruct
# - execinquery
# - exhaustruct
# - forbidigo
# - forcetypeassert
# - funlen
# - gci
# - ginkgolinter
# - gocheckcompilerdirectives
# - gochecknoglobals
# - gochecknoinits
# - gochecksumtype
# - gocognit
# - goconst
# - gocritic
# - gocyclo
# - godot
# - godox
# - goerr113
# - gofumpt
# - gofmt
# - goheader
# - golint
# - goimports
# - gomnd
# - gomoddirectives
# - gomodguard
# - goprintffuncname
# - interfacer
# - gosmopolitan
# - grouper
# - importas
# - inamedparam
# - interfacebloat
# - ireturn
# - lll
# - maligned
# - loggercheck
# - maintidx
# - makezero
# - mirror
# - musttag
# - nakedret
# - nestif
# - nilerr
# - nilnil
# - nlreturn
# - noctx
# - nolintlint
# - nonamedreturns
# - nosprintfhostport
# - paralleltest
# - perfsprint
# - predeclared
# - promlinter
# - protogetter
# - reassign
# - revive
# - rowserrcheck
# - scopelint
# - sloglint
# - sqlclosecheck
# - stylecheck
# - tagalign
# - tagliatelle
# - tenv
# - testableexamples
# - testifylint
# - testpackage
# - thelper
# - tparallel
# - unparam
# - usestdlibvars
# - varnamelen
# - wrapcheck
# - wsl

Expand Down

0 comments on commit 0777508

Please sign in to comment.