Skip to content

fix: quests from version 11 revised #884

fix: quests from version 11 revised

fix: quests from version 11 revised #884

Triggered via pull request October 4, 2024 19:58
Status Success
Total duration 1h 19m 25s
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