Disable the goerr113 linter.

This linter is nice in principle, but I've found it more annoying than helpful in practice.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2020-12-07 15:51:41 -06:00
parent 040ad3293a
commit 9e945d7547
4 changed files with 0 additions and 6 deletions

View File

@@ -93,7 +93,6 @@ func NewExampleCreatingController(
}
if actualSecret.Annotations[api.ServiceUIDAnnotation] != string(service.UID) {
//nolint: goerr113
utilruntime.HandleError(fmt.Errorf("secret %s/%s does not have corresponding service UID %v", actualSecret.Namespace, actualSecret.Name, service.UID))
return nil // drop from queue because we cannot safely update this secret
}