Skip to content

Commit

Permalink
docs: add missing linters (#2841)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 10, 2022
1 parent d5201ad commit 5a28742
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 @@ -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
Expand All @@ -1673,12 +1676,14 @@ linters:
- gosec
- gosimple
- govet
- grouper
- ifshort
- importas
- ineffassign
- interfacer
- ireturn
- lll
- maintidx
- makezero
- maligned
- misspell
Expand All @@ -1689,6 +1694,7 @@ linters:
- nlreturn
- noctx
- nolintlint
- nonamedreturns
- nosprintfhostport
- paralleltest
- prealloc
Expand Down Expand Up @@ -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
Expand All @@ -1764,12 +1775,14 @@ linters:
- gosec
- gosimple
- govet
- grouper
- ifshort
- importas
- ineffassign
- interfacer
- ireturn
- lll
- maintidx
- makezero
- maligned
- misspell
Expand All @@ -1780,6 +1793,7 @@ linters:
- nlreturn
- noctx
- nolintlint
- nonamedreturns
- nosprintfhostport
- paralleltest
- prealloc
Expand Down

0 comments on commit 5a28742

Please sign in to comment.