Skip to content

Add endpoint info methods #83

Add endpoint info methods

Add endpoint info methods #83

Triggered via push October 31, 2023 08:00
Status Failure
Total duration 2m 44s
Artifacts

main.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
run-linter: pkg/rclgo/action.go#L40
interface method SetGoalID must have all named params (inamedparam)
run-linter: pkg/rclgo/action.go#L46
interface method SetGoalDescription must have named param for type types.Message (inamedparam)
run-linter: pkg/rclgo/action.go#L54
interface method CallForEach must have all named params (inamedparam)
run-linter: pkg/rclgo/action.go#L248
interface method ExecuteGoal must have named param for type context.Context (inamedparam)
run-linter: pkg/rclgo/rcl_test.go#L40
fmt.Sprint can be replaced with faster strconv.Itoa (perfsprint)
run-linter: pkg/rclgo/types/types.go#L27
interface method ReleaseMemory must have named param for type unsafe.Pointer (inamedparam)
run-linter: pkg/rclgo/types/types.go#L28
interface method AsCStruct must have named param for type unsafe.Pointer (inamedparam)
run-linter: pkg/rclgo/types/types.go#L29
interface method AsGoStruct must have named param for type Message (inamedparam)
run-linter
issues found
run-linter: pkg/rclgo/logging_test.go#L6
dot-imports: should not use dot imports (revive)
run-linter: test/gogen/serdes_test.go#L7
dot-imports: should not use dot imports (revive)
run-linter: test/typemap_test.go#L9
dot-imports: should not use dot imports (revive)