mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
hack: fix text
This commit is contained in:
parent
a9d558de26
commit
67f0e95b3a
@ -48,7 +48,7 @@ issues:
|
||||
# Adding unversioned feature gates is allowed in tests
|
||||
- linters:
|
||||
- forbidigo
|
||||
text: should not use MutableFeatureGate.Add, use AddVersioned instead
|
||||
text: should not use Add, use AddVersioned instead
|
||||
path: _test.go$
|
||||
|
||||
# The Kubernetes naming convention for conversion functions uses underscores
|
||||
|
@ -48,7 +48,7 @@ issues:
|
||||
# Adding unversioned feature gates is allowed in tests
|
||||
- linters:
|
||||
- forbidigo
|
||||
text: should not use MutableFeatureGate.Add, use AddVersioned instead
|
||||
text: should not use Add, use AddVersioned instead
|
||||
path: _test.go$
|
||||
|
||||
# TODO(oscr) Remove these excluded directories and fix findings. Due to large amount of findings in different components
|
||||
|
@ -48,7 +48,7 @@ issues:
|
||||
# Adding unversioned feature gates is allowed in tests
|
||||
- linters:
|
||||
- forbidigo
|
||||
text: should not use MutableFeatureGate.Add, use AddVersioned instead
|
||||
text: should not use Add, use AddVersioned instead
|
||||
path: _test.go$
|
||||
|
||||
{{- if .Base}}
|
||||
|
Loading…
Reference in New Issue
Block a user