fix(dev): ignore utils lint case

This commit is contained in:
kolaente
2025-07-24 12:36:40 +02:00
parent 3355984d61
commit 11372fbcd7

View File

@@ -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$