mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-25 06:23:49 +00:00
chore(lint): ignore revive var-naming for stdlib-conflicting package names
This commit is contained in:
@@ -147,6 +147,9 @@ linters:
|
||||
- revive
|
||||
path: pkg/utils/*
|
||||
text: 'var-naming: avoid meaningless package names'
|
||||
- linters:
|
||||
- revive
|
||||
text: 'var-naming: avoid package names that conflict with Go standard library package names'
|
||||
paths:
|
||||
- third_party$
|
||||
- builtin$
|
||||
|
||||
Reference in New Issue
Block a user