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 - 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