diff --git a/hack/.staticcheck_failures b/hack/.staticcheck_failures index 91197975dd5..410350c7991 100644 --- a/hack/.staticcheck_failures +++ b/hack/.staticcheck_failures @@ -6,7 +6,6 @@ pkg/controller/podautoscaler pkg/controller/replicaset pkg/controller/resourcequota pkg/controller/statefulset -pkg/util/coverage pkg/volume/azure_dd pkg/volume/gcepd pkg/volume/rbd diff --git a/pkg/util/coverage/fake_test_deps.go b/pkg/util/coverage/fake_test_deps.go index 8ca0b9b0934..a03fc9171e3 100644 --- a/pkg/util/coverage/fake_test_deps.go +++ b/pkg/util/coverage/fake_test_deps.go @@ -23,6 +23,7 @@ import ( // This is an implementation of testing.testDeps. It doesn't need to do anything, because // no tests are actually run. It does need a concrete implementation of at least ImportPath, // which is called unconditionally when running tests. +//lint:ignore U1000 see comment above, we know it's unused normally. type fakeTestDeps struct{} func (fakeTestDeps) ImportPath() string {