chore(lint): ignore revive var-naming for stdlib-conflicting package names
This commit is contained in:
parent
82469618ca
commit
f4baaf8779
|
|
@ -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$
|
||||
|
|
|
|||
Loading…
Reference in New Issue