mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 22:25:15 +00:00
fix(dev): ignore utils lint case
This commit is contained in:
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user