fix static check failures

This commit is contained in:
carlory
2019-08-26 20:28:50 +08:00
parent b34eede084
commit f6bb24129e
12 changed files with 29 additions and 10 deletions

View File

@@ -4,7 +4,6 @@ cmd/kube-controller-manager/app
cmd/kube-proxy/app
cmd/linkcheck
cmd/preferredimports
hack/make-rules/helpers/go2make/testdata/dir-with-gofiles
pkg/client/tests
pkg/controller/daemon
pkg/controller/deployment
@@ -75,8 +74,6 @@ pkg/volume/util/fsquota/common
pkg/volume/util/operationexecutor
pkg/volume/util/subpath
pkg/volume/vsphere_volume
plugin/pkg/admission/imagepolicy
plugin/pkg/admission/podnodeselector
test/e2e/apimachinery
test/e2e/apps
test/e2e/auth

View File

@@ -16,5 +16,5 @@ limitations under the License.
package gofiles
func bar() {
func Bar() {
}

View File

@@ -16,5 +16,5 @@ limitations under the License.
package gofiles
func foo() {
func Foo() {
}