Skip to content

Commit

Permalink
docs: add missing linters (golangci#2841)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored and SeigeC committed Apr 4, 2023
1 parent c040e8c commit b3ef479
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .golangci.example.yml
Expand Up @@ -800,7 +800,6 @@ linters-settings:
- lostcancel
- nilfunc
- nilness
- nonamedreturns
- printf
- reflectvaluecompare
- shadow
Expand Down Expand Up @@ -844,7 +843,6 @@ linters-settings:
- lostcancel
- nilfunc
- nilness
- nonamedreturns
- printf
- reflectvaluecompare
- shadow
Expand Down Expand Up @@ -1660,18 +1658,23 @@ linters:
- asciicheck
- bidichk
- bodyclose
- containedctx
- contextcheck
- cyclop
- deadcode
- decorder
- depguard
- dogsled
- dupl
- durationcheck
- errcheck
- errchkjson
- errname
- errorlint
- execinquery
- exhaustive
- exhaustivestruct
- exhaustruct
- exportloopref
- forbidigo
- forcetypeassert
Expand All @@ -1698,12 +1701,14 @@ linters:
- gosec
- gosimple
- govet
- grouper
- ifshort
- importas
- ineffassign
- interfacer
- ireturn
- lll
- maintidx
- makezero
- maligned
- misspell
Expand All @@ -1714,6 +1719,7 @@ linters:
- nlreturn
- noctx
- nolintlint
- nonamedreturns
- nosprintfhostport
- paralleltest
- prealloc
Expand Down Expand Up @@ -1751,18 +1757,23 @@ linters:
- asciicheck
- bidichk
- bodyclose
- containedctx
- contextcheck
- cyclop
- deadcode
- decorder
- depguard
- dogsled
- dupl
- durationcheck
- errcheck
- errchkjson
- errname
- errorlint
- execinquery
- exhaustive
- exhaustivestruct
- exhaustruct
- exportloopref
- forbidigo
- forcetypeassert
Expand All @@ -1789,12 +1800,14 @@ linters:
- gosec
- gosimple
- govet
- grouper
- ifshort
- importas
- ineffassign
- interfacer
- ireturn
- lll
- maintidx
- makezero
- maligned
- misspell
Expand All @@ -1805,6 +1818,7 @@ linters:
- nlreturn
- noctx
- nolintlint
- nonamedreturns
- nosprintfhostport
- paralleltest
- prealloc
Expand Down

0 comments on commit b3ef479

Please sign in to comment.