mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #109477 from Monokaix/golint
remove excluded staticcheck that were already fixed
This commit is contained in:
commit
cb56b40d32
@ -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 isn’t allowed
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user