mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-08-27 19:36:11 +00:00
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:
@@ -105,7 +105,6 @@ func NewExampleUpdatingController(
|
||||
}
|
||||
|
||||
if !isSecretValidForService(service, secret) {
|
||||
//nolint: goerr113
|
||||
utilruntime.HandleError(fmt.Errorf("secret %s/%s does not have corresponding service UID %v", secret.Namespace, secret.Name, service.UID))
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user