Make Straight Line Testing Executable via Makefile #1981
ci.yml
on: pull_request
build-and-test
21m 4s
fix-style
59s
Annotations
21 warnings
fix-style
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-and-test:
external/rrt/src/rrt/2dplane/GridStateSpace.hpp#L27
'RRT::GridStateSpace::intermediateState' hides overloaded virtual function
|
build-and-test:
external/rrt/src/rrt/Tree.hpp#L321
unused variable 'n'
|
build-and-test:
external/rrt/src/rrt/Tree.hpp#L134
initializer order does not match the declaration order
|
build-and-test:
external/rrt/src/rrt/Tree.hpp#L29
initializer order does not match the declaration order
|
build-and-test:
rj_utils/src/logging.cpp#L30
enumeration value 'n_levels' not handled in switch
|
build-and-test:
rj_utils/src/logging.cpp#L33
format string is not a string literal (potentially insecure)
|
build-and-test:
rj_utils/src/logging.cpp#L36
format string is not a string literal (potentially insecure)
|
build-and-test:
rj_utils/src/logging.cpp#L39
format string is not a string literal (potentially insecure)
|
build-and-test:
rj_utils/src/logging.cpp#L42
format string is not a string literal (potentially insecure)
|
build-and-test:
rj_utils/src/logging.cpp#L45
format string is not a string literal (potentially insecure)
|
build-and-test:
soccer/src/soccer/strategy/agent/position/line.hpp#L13
function 'strategy::Line::Line' has a definition with different parameter names
|
build-and-test:
soccer/src/soccer/strategy/agent/straight_line_test.hpp#L24
class 'StraightLineTest' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
|
build-and-test:
soccer/src/soccer/strategy/agent/straight_line_test.hpp#L32
annotate this function with 'override' or (rarely) 'final'
|
build-and-test:
soccer/src/soccer/strategy/agent/straight_line_test.hpp#L63
parameter 'feedback' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
build-and-test:
soccer/src/soccer/strategy/agent/straight_line_test.hpp#L88
invalid case style for constexpr variable 'field_padding_'
|
build-and-test:
soccer/src/soccer/strategy/agent/straight_line_test.cpp#L23
the const qualified parameter 'msg' is copied for each invocation; consider making it a reference
|
build-and-test:
soccer/src/soccer/strategy/agent/straight_line_test.cpp#L27
the const qualified parameter 'msg' is copied for each invocation; consider making it a reference
|
build-and-test:
soccer/src/soccer/strategy/agent/straight_line_test.cpp#L31
the const qualified parameter 'msg' is copied for each invocation; consider making it a reference
|
build-and-test:
soccer/src/soccer/strategy/agent/straight_line_test.cpp#L37
the const qualified parameter 'msg' is copied for each invocation; consider making it a reference
|
build-and-test:
soccer/src/soccer/strategy/agent/straight_line_test.cpp#L41
the const qualified parameter 'msg' is copied for each invocation; consider making it a reference
|