Fix linting issues

This commit is contained in:
Ian Howell 2020-12-09 13:21:55 -06:00
parent dce3ddf743
commit 567f68a271
7 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
# Binaries for programs and plugins
*.exe
*.exe~

View File

@ -36,6 +36,7 @@ var (
setupLog = ctrl.Log.WithName("setup")
)
//nolint:errcheck
func init() {
_ = clientgoscheme.AddToScheme(scheme)