Add endpoint info methods #83
main.yaml
on: push
run-tests
2m 32s
run-linter
2m 31s
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)
|