fix(dev): ignore utils lint case
This commit is contained in:
parent
3355984d61
commit
11372fbcd7
|
|
@ -143,6 +143,10 @@ linters:
|
||||||
- linters:
|
- linters:
|
||||||
- recvcheck
|
- recvcheck
|
||||||
text: the methods of "SubscriptionEntityType" use pointer receiver and non-pointer receiver.
|
text: the methods of "SubscriptionEntityType" use pointer receiver and non-pointer receiver.
|
||||||
|
- linters:
|
||||||
|
- revive
|
||||||
|
path: pkg/utils/*
|
||||||
|
text: 'var-naming: avoid meaningless package names'
|
||||||
paths:
|
paths:
|
||||||
- third_party$
|
- third_party$
|
||||||
- builtin$
|
- builtin$
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue