Skip to content

Enhance: Memory Efficiency and Improvements in Monster Walkback Pathfinding Logic. #872

Enhance: Memory Efficiency and Improvements in Monster Walkback Pathfinding Logic.

Enhance: Memory Efficiency and Improvements in Monster Walkback Pathfinding Logic. #872

Triggered via pull request October 3, 2024 05:53
Status Success
Total duration 1h 14m 32s
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
err33-c: src/creatures/creature.cpp#L469
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/creatures/creature.cpp#L754
the value returned by this function should not be disregarded; neglecting it may lead to errors
function-cognitive-complexity: src/creatures/creature.cpp#L762
function 'dropCorpse' has cognitive complexity of 44 (threshold 25)
err33-c: src/creatures/creature.cpp#L1808
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#L1815
MISRA 5-0-5: There shall be no implicit floating-integral conversions