Update golangci config
This commit is contained in:
parent
9c7f6954e6
commit
863e870b23
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ linters:
|
||||||
- containedctx
|
- containedctx
|
||||||
- contextcheck
|
- contextcheck
|
||||||
- cyclop
|
- cyclop
|
||||||
|
- depguard
|
||||||
- exhaustivestruct
|
- exhaustivestruct
|
||||||
- exhaustruct
|
- exhaustruct
|
||||||
- forbidigo
|
- forbidigo
|
||||||
|
@ -22,6 +23,7 @@ linters:
|
||||||
- interfacer
|
- interfacer
|
||||||
- ireturn
|
- ireturn
|
||||||
- lll
|
- lll
|
||||||
|
- musttag
|
||||||
- nestif
|
- nestif
|
||||||
- nilnil
|
- nilnil
|
||||||
- nlreturn
|
- nlreturn
|
||||||
|
|
Loading…
Add table
Reference in a new issue