docs: add missing linters (#2841)

This commit is contained in:
Ludovic Fernandez 2022-05-10 14:01:10 +02:00 committed by GitHub
parent d5201ad6e1
commit 5a28742643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -800,7 +800,6 @@ linters-settings:
- lostcancel
- nilfunc
- nilness
- nonamedreturns
- printf
- reflectvaluecompare
- shadow
@ -844,7 +843,6 @@ linters-settings:
- lostcancel
- nilfunc
- nilness
- nonamedreturns
- printf
- reflectvaluecompare
- shadow
@ -1635,18 +1633,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
@ -1673,12 +1676,14 @@ linters:
- gosec
- gosimple
- govet
- grouper
- ifshort
- importas
- ineffassign
- interfacer
- ireturn
- lll
- maintidx
- makezero
- maligned
- misspell
@ -1689,6 +1694,7 @@ linters:
- nlreturn
- noctx
- nolintlint
- nonamedreturns
- nosprintfhostport
- paralleltest
- prealloc
@ -1726,18 +1732,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
@ -1764,12 +1775,14 @@ linters:
- gosec
- gosimple
- govet
- grouper
- ifshort
- importas
- ineffassign
- interfacer
- ireturn
- lll
- maintidx
- makezero
- maligned
- misspell
@ -1780,6 +1793,7 @@ linters:
- nlreturn
- noctx
- nolintlint
- nonamedreturns
- nosprintfhostport
- paralleltest
- prealloc