Skip to content

improve: Dispatcher Walk Event #850

improve: Dispatcher Walk Event

improve: Dispatcher Walk Event #850

Triggered via pull request October 1, 2024 01:42
Status Success
Total duration 1h 20m 2s
Artifacts

analysis-qodana.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-clang:latest
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-clang:latest
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-clang:latest
misra-cpp2008-5-0-11: src/account/account.cpp#L28
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/account/account.cpp#L36
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
function-cognitive-complexity: src/creatures/creature.cpp#L161
function 'onCreatureWalk' has cognitive complexity of 26 (threshold 25)
err33-c: src/creatures/creature.cpp#L482
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/creatures/creature.cpp#L767
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/creatures/creature.cpp#L1806
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-5: src/creatures/creature.cpp#L1813
MISRA 5-0-5: There shall be no implicit floating-integral conversions