Add disable rule

This commit is contained in:
Masaaki Goshima 2021-02-03 23:43:22 +09:00
parent 6de0ce6172
commit e7836fbc45
1 changed files with 12 additions and 0 deletions

View File

@ -15,6 +15,8 @@ linters:
- dogsled
- dupl
- exhaustive
- exhaustivestruct
- errorlint
- funlen
- gci
- gochecknoglobals
@ -28,6 +30,16 @@ linters:
- gofumpt
- gomnd
- gosec
- ifshort
- lll
- makezero
- nakedret
- nestif
- nlreturn
- paralleltest
- testpackage
- thelper
- wrapcheck
- interfacer
- lll
- nakedret