fix: task context is being sent empty #4902
Triggered via pull request
September 24, 2024 05:31
Status
Success
Total duration
31m 32s
Artifacts
–
analysis-reviewdog-cppcheck.yml
on: pull_request
cppcheck
36s
Annotations
2 warnings
cppcheck:
src/server/network/connection/connection.cpp#L65
[cppcheck] reported by reviewdog 🐶
Redundant assignment of 'protocol' to itself.
Raw Output:
src/server/network/connection/connection.cpp:65:Redundant assignment of 'protocol' to itself.
|
cppcheck:
src/server/network/connection/connection.cpp#L101
[cppcheck] reported by reviewdog 🐶
Redundant assignment of 'protocol' to itself.
Raw Output:
src/server/network/connection/connection.cpp:101:Redundant assignment of 'protocol' to itself.
|