We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de511a commit d1ec9b3Copy full SHA for d1ec9b3
hack/.staticcheck_failures
@@ -6,7 +6,6 @@ pkg/controller/podautoscaler
6
pkg/controller/replicaset
7
pkg/controller/resourcequota
8
pkg/controller/statefulset
9
-pkg/util/coverage
10
pkg/volume/azure_dd
11
pkg/volume/gcepd
12
pkg/volume/rbd
pkg/util/coverage/fake_test_deps.go
@@ -23,6 +23,7 @@ import (
23
// This is an implementation of testing.testDeps. It doesn't need to do anything, because
24
// no tests are actually run. It does need a concrete implementation of at least ImportPath,
25
// which is called unconditionally when running tests.
26
+//lint:ignore U1000 see comment above, we know it's unused normally.
27
type fakeTestDeps struct{}
28
29
func (fakeTestDeps) ImportPath() string {
0 commit comments