fix(dev): ignore utils lint case
This commit is contained in:
parent
3355984d61
commit
11372fbcd7
|
|
@ -143,6 +143,10 @@ linters:
|
|||
- linters:
|
||||
- recvcheck
|
||||
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:
|
||||
- third_party$
|
||||
- builtin$
|
||||
|
|
|
|||
Loading…
Reference in New Issue