chore: sync lint
parent
4a1ce335d4
commit
0dc0d928ca
|
@ -17,10 +17,12 @@ linters:
|
||||||
- typecheck
|
- typecheck
|
||||||
- unused
|
- unused
|
||||||
# Custom
|
# Custom
|
||||||
|
- bodyclose
|
||||||
- err113
|
- err113
|
||||||
- errchkjson
|
- errchkjson
|
||||||
- errname
|
- errname
|
||||||
- errorlint
|
- errorlint
|
||||||
|
- fatcontext
|
||||||
- forcetypeassert
|
- forcetypeassert
|
||||||
- gocritic
|
- gocritic
|
||||||
- gofumpt
|
- gofumpt
|
||||||
|
@ -72,6 +74,8 @@ linters-settings:
|
||||||
excludes:
|
excludes:
|
||||||
- G101
|
- G101
|
||||||
- G112
|
- G112
|
||||||
|
- G115
|
||||||
|
- G204
|
||||||
- G402
|
- G402
|
||||||
- G404
|
- G404
|
||||||
- G501
|
- G501
|
||||||
|
|
Loading…
Reference in New Issue