Enable all linters by default
This removes the directive from .golangci.yml to disable all linters, and fixes the relevant bugs / issues that are exposed.
This commit is contained in:
@@ -629,7 +629,6 @@ func (pc *PodController) deleteDanglingPods(ctx context.Context, threadiness int
|
||||
|
||||
// Wait for all pods to be deleted.
|
||||
wg.Wait()
|
||||
return
|
||||
}
|
||||
|
||||
// loggablePodName returns the "namespace/name" key for the specified pod.
|
||||
|
||||
Reference in New Issue
Block a user