chore(lint): ignore revive var-naming for stdlib-conflicting package names

This commit is contained in:
kolaente
2026-02-11 09:48:17 +01:00
parent 82469618ca
commit f4baaf8779
+3
View File
@@ -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$