linkerd2/pkg/healthcheck
Oliver Gould b62dd7901a
Fix redundant error handling (#7823)
Various methods check if an error is `nil` before returning it, however
continuing down the code path returns a `nil`. This can be reduced to
just returning the error whether it is `nil` or not.

Signed-off-by: Oliver Gould <ver@buoyant.io>
2022-02-07 19:17:43 -08:00
..
healthcheck.go Fix redundant error handling (#7823) 2022-02-07 19:17:43 -08:00
healthcheck_labels.go Filter default opaque ports for pods and services (#6774) 2021-08-31 16:11:42 -06:00
healthcheck_output.go `linkerd check`: handle warnings and remove extra newlines (#7379) 2021-12-01 17:14:06 -07:00
healthcheck_test.go Remove the `proxy.disableIdentity` config (#7729) 2022-01-31 10:17:10 -05:00
sidecar.go docker: Access container images via cr.l5d.io (#5756) 2021-02-17 14:31:54 -08:00
sidecar_test.go docker: Access container images via cr.l5d.io (#5756) 2021-02-17 14:31:54 -08:00
version.go Remove legacy upgrade and it's references (#7309) 2021-11-29 20:08:58 +05:30