fix(dev): ignore utils lint case

This commit is contained in:
kolaente 2025-07-24 12:36:40 +02:00
parent 3355984d61
commit 11372fbcd7
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

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$