docs: add missing linters (#2841)
This commit is contained in:
parent
d5201ad6e1
commit
5a28742643
@ -800,7 +800,6 @@ linters-settings:
|
|||||||
- lostcancel
|
- lostcancel
|
||||||
- nilfunc
|
- nilfunc
|
||||||
- nilness
|
- nilness
|
||||||
- nonamedreturns
|
|
||||||
- printf
|
- printf
|
||||||
- reflectvaluecompare
|
- reflectvaluecompare
|
||||||
- shadow
|
- shadow
|
||||||
@ -844,7 +843,6 @@ linters-settings:
|
|||||||
- lostcancel
|
- lostcancel
|
||||||
- nilfunc
|
- nilfunc
|
||||||
- nilness
|
- nilness
|
||||||
- nonamedreturns
|
|
||||||
- printf
|
- printf
|
||||||
- reflectvaluecompare
|
- reflectvaluecompare
|
||||||
- shadow
|
- shadow
|
||||||
@ -1635,18 +1633,23 @@ linters:
|
|||||||
- asciicheck
|
- asciicheck
|
||||||
- bidichk
|
- bidichk
|
||||||
- bodyclose
|
- bodyclose
|
||||||
|
- containedctx
|
||||||
- contextcheck
|
- contextcheck
|
||||||
- cyclop
|
- cyclop
|
||||||
- deadcode
|
- deadcode
|
||||||
|
- decorder
|
||||||
- depguard
|
- depguard
|
||||||
- dogsled
|
- dogsled
|
||||||
- dupl
|
- dupl
|
||||||
- durationcheck
|
- durationcheck
|
||||||
- errcheck
|
- errcheck
|
||||||
|
- errchkjson
|
||||||
- errname
|
- errname
|
||||||
- errorlint
|
- errorlint
|
||||||
|
- execinquery
|
||||||
- exhaustive
|
- exhaustive
|
||||||
- exhaustivestruct
|
- exhaustivestruct
|
||||||
|
- exhaustruct
|
||||||
- exportloopref
|
- exportloopref
|
||||||
- forbidigo
|
- forbidigo
|
||||||
- forcetypeassert
|
- forcetypeassert
|
||||||
@ -1673,12 +1676,14 @@ linters:
|
|||||||
- gosec
|
- gosec
|
||||||
- gosimple
|
- gosimple
|
||||||
- govet
|
- govet
|
||||||
|
- grouper
|
||||||
- ifshort
|
- ifshort
|
||||||
- importas
|
- importas
|
||||||
- ineffassign
|
- ineffassign
|
||||||
- interfacer
|
- interfacer
|
||||||
- ireturn
|
- ireturn
|
||||||
- lll
|
- lll
|
||||||
|
- maintidx
|
||||||
- makezero
|
- makezero
|
||||||
- maligned
|
- maligned
|
||||||
- misspell
|
- misspell
|
||||||
@ -1689,6 +1694,7 @@ linters:
|
|||||||
- nlreturn
|
- nlreturn
|
||||||
- noctx
|
- noctx
|
||||||
- nolintlint
|
- nolintlint
|
||||||
|
- nonamedreturns
|
||||||
- nosprintfhostport
|
- nosprintfhostport
|
||||||
- paralleltest
|
- paralleltest
|
||||||
- prealloc
|
- prealloc
|
||||||
@ -1726,18 +1732,23 @@ linters:
|
|||||||
- asciicheck
|
- asciicheck
|
||||||
- bidichk
|
- bidichk
|
||||||
- bodyclose
|
- bodyclose
|
||||||
|
- containedctx
|
||||||
- contextcheck
|
- contextcheck
|
||||||
- cyclop
|
- cyclop
|
||||||
- deadcode
|
- deadcode
|
||||||
|
- decorder
|
||||||
- depguard
|
- depguard
|
||||||
- dogsled
|
- dogsled
|
||||||
- dupl
|
- dupl
|
||||||
- durationcheck
|
- durationcheck
|
||||||
- errcheck
|
- errcheck
|
||||||
|
- errchkjson
|
||||||
- errname
|
- errname
|
||||||
- errorlint
|
- errorlint
|
||||||
|
- execinquery
|
||||||
- exhaustive
|
- exhaustive
|
||||||
- exhaustivestruct
|
- exhaustivestruct
|
||||||
|
- exhaustruct
|
||||||
- exportloopref
|
- exportloopref
|
||||||
- forbidigo
|
- forbidigo
|
||||||
- forcetypeassert
|
- forcetypeassert
|
||||||
@ -1764,12 +1775,14 @@ linters:
|
|||||||
- gosec
|
- gosec
|
||||||
- gosimple
|
- gosimple
|
||||||
- govet
|
- govet
|
||||||
|
- grouper
|
||||||
- ifshort
|
- ifshort
|
||||||
- importas
|
- importas
|
||||||
- ineffassign
|
- ineffassign
|
||||||
- interfacer
|
- interfacer
|
||||||
- ireturn
|
- ireturn
|
||||||
- lll
|
- lll
|
||||||
|
- maintidx
|
||||||
- makezero
|
- makezero
|
||||||
- maligned
|
- maligned
|
||||||
- misspell
|
- misspell
|
||||||
@ -1780,6 +1793,7 @@ linters:
|
|||||||
- nlreturn
|
- nlreturn
|
||||||
- noctx
|
- noctx
|
||||||
- nolintlint
|
- nolintlint
|
||||||
|
- nonamedreturns
|
||||||
- nosprintfhostport
|
- nosprintfhostport
|
||||||
- paralleltest
|
- paralleltest
|
||||||
- prealloc
|
- prealloc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user