Update .golint_failures to reflect code move to staging

Kubernetes-commit: 4e64aaf27e66218571542446498cc47db5df95ff
This commit is contained in:
Sean Sullivan 2019-08-01 15:38:06 -07:00 committed by Kubernetes Publisher
parent 6f4a8b2654
commit 315ba50222
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ import (
func fakecmd() *cobra.Command {
cmd := &cobra.Command{
Use: "delete ([-f FILENAME] | TYPE [(NAME | -l label | --all)])",
Use: "delete ([-f FILENAME] | TYPE [(NAME | -l label | --all)])",
DisableFlagsInUseLine: true,
Run: func(cmd *cobra.Command, args []string) {},
Run: func(cmd *cobra.Command, args []string) {},
}
return cmd
}