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
|
- revive
|
||||||
path: pkg/utils/*
|
path: pkg/utils/*
|
||||||
text: 'var-naming: avoid meaningless package names'
|
text: 'var-naming: avoid meaningless package names'
|
||||||
|
- linters:
|
||||||
|
- revive
|
||||||
|
text: 'var-naming: avoid package names that conflict with Go standard library package names'
|
||||||
paths:
|
paths:
|
||||||
- third_party$
|
- third_party$
|
||||||
- builtin$
|
- builtin$
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue