Skip to content

fix: remove extra slash in requests to Metal API via equinix-sdk-go (… #1

fix: remove extra slash in requests to Metal API via equinix-sdk-go (…

fix: remove extra slash in requests to Metal API via equinix-sdk-go (… #1

Triggered via push August 27, 2024 22:22
Status Failure
Total duration 1m 18s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/resources/fabric/connection/sweeper.go#L30
Error return value of `meta.Load` is not checked (errcheck)
lint: equinix/provider_test.go#L134
Error return value is not checked (errcheck)
lint: internal/comparisons/comparisons.go#L58
func `caseInsensitiveLess` is unused (unused)
lint: equinix/resource_network_device.go#L251
S1008: should use 'return old == new+"-Node0"' instead of 'if old == new+"-Node0" { return true }; return false' (gosimple)
lint: equinix/resource_fabric_routing_protocol.go#L671
S1009: should omit nil check; len() for []interface{} is defined as zero (gosimple)
lint: equinix/resource_fabric_routing_protocol.go#L687
S1009: should omit nil check; len() for []interface{} is defined as zero (gosimple)
lint: equinix/resource_fabric_routing_protocol.go#L701
S1009: should omit nil check; len() for []interface{} is defined as zero (gosimple)
lint: equinix/resource_network_device.go#L228
SA1019: schema.ImportStatePassthrough is deprecated: Please use the context aware ImportStatePassthroughContext instead (staticcheck)
lint: internal/comparisons/comparisons.go#L60
SA6005: should use strings.EqualFold instead (staticcheck)
lint
issues found