mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-08-08 23:37:11 +00:00
Merge pull request #130359 from my-git9/assertion1
fix wrong assertion on tests
This commit is contained in:
@@ -277,5 +277,4 @@ linters-settings: # please keep this alphabetized
|
||||
enable-all: true
|
||||
disable: # TODO: remove each disabled rule and fix it
|
||||
- float-compare
|
||||
- go-require
|
||||
- require-error
|
||||
|
||||
@@ -242,7 +242,6 @@ linters-settings: # please keep this alphabetized
|
||||
disable: # TODO: remove each disabled rule and fix it
|
||||
{{- if .Base }}
|
||||
- float-compare
|
||||
- go-require
|
||||
{{- end}}
|
||||
- require-error
|
||||
{{- end}}
|
||||
|
||||
Reference in New Issue
Block a user