Merge pull request #109477 from Monokaix/golint

remove excluded staticcheck that were already fixed
This commit is contained in:
Kubernetes Prow Robot 2022-07-11 07:19:49 -07:00 committed by GitHub
commit cb56b40d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,9 +36,6 @@ linters-settings: # please keep this alphabetized
go: "1.18"
checks: [
"all",
"-S1*", # TODO(fix) Omit code simplifications for now.
"-ST1*", # Mostly stylistic, redundant w/ golint
"-SA5011", # TODO(fix) Possible nil pointer dereference
"-SA1019", # TODO(fix) Using a deprecated function, variable, constant or field
"-SA2002" # TODO(fix) Called testing.T.FailNow or SkipNow in a goroutine, which isnt allowed
]