mirror of https://github.com/goccy/go-json.git
Add disable rule
This commit is contained in:
parent
6de0ce6172
commit
e7836fbc45
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue