Merge pull request #92408 from BenTheElder/coverage-staticcheck

fix pkg/util/coverage staticcheck
This commit is contained in:
Kubernetes Prow Robot 2020-06-24 17:52:37 -07:00 committed by GitHub
commit ad021a88b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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 {