doubled wall spacing #1905
Annotations
16 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
external/rrt/src/rrt/2dplane/GridStateSpace.hpp#L27
'RRT::GridStateSpace::intermediateState' hides overloaded virtual function
|
Build:
external/rrt/src/rrt/Tree.hpp#L321
unused variable 'n'
|
Build:
external/rrt/src/rrt/Tree.hpp#L134
initializer order does not match the declaration order
|
Build:
external/rrt/src/rrt/Tree.hpp#L29
initializer order does not match the declaration order
|
Build:
rj_utils/src/logging.cpp#L30
enumeration value 'n_levels' not handled in switch
|
Build:
rj_utils/src/logging.cpp#L33
format string is not a string literal (potentially insecure)
|
Build:
rj_utils/src/logging.cpp#L36
format string is not a string literal (potentially insecure)
|
Build:
rj_utils/src/logging.cpp#L39
format string is not a string literal (potentially insecure)
|
Build:
rj_utils/src/logging.cpp#L42
format string is not a string literal (potentially insecure)
|
Build:
rj_utils/src/logging.cpp#L45
format string is not a string literal (potentially insecure)
|
Run clang-tidy:
soccer/src/soccer/soccermom/soccermom.cpp#L5
constructor does not initialize these fields: positions_, blue_team_
|
Run clang-tidy:
soccer/src/soccer/strategy/agent/position/runner.cpp#L18
invalid case style for function 'inPosition'
|
Run clang-tidy:
soccer/src/soccer/strategy/agent/position/runner.cpp#L27
do not use 'else' after 'return'
|
Run clang-tidy:
soccer/src/soccer/strategy/agent/position/runner.hpp#L23
class 'Runner' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
|
Loading