Skip to content

feat: add generalized monster spawning on death #8863

feat: add generalized monster spawning on death

feat: add generalized monster spawning on death #8863

Triggered via pull request November 24, 2024 21:59
Status Success
Total duration 46m 29s
Artifacts

clang-tidy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build: src/mondeath.cpp#L80
Variable 'mon_thing' declared but not used. [cata-unused-statics]
build: src/monster.cpp#L1955
return statement within a void function should not have a specified return value [readability-avoid-return-with-void-value]
build: src/monster.cpp#L1960
return statement within a void function should not have a specified return value [readability-avoid-return-with-void-value]
build: src/achievement.cpp#L930
use 'contains' to check for membership [readability-container-contains]
build: src/debug_menu.cpp#L2001
the value returned by this function should not be disregarded; neglecting it may lead to errors [cert-err33-c]
build: src/cata_tiles.cpp#L293
conversion from 'std::optional<tile_lookup_res>' into 'tile_lookup_res' and back into 'std::optional<tile_lookup_res>', remove potentially error-prone optional dereference [bugprone-optional-value-conversion]
build: src/cata_tiles.cpp#L545
preprocessor condition is always 'false', consider removing both the condition and its contents [readability-avoid-unconditional-preprocessor-if]
build: src/init.cpp#L931
return statement within a void function should not have a specified return value [readability-avoid-return-with-void-value]
build: src/explosion.cpp#L709
unused local variable 'hit_part_name' of type 'const std::string' (aka 'const basic_string<char>') [bugprone-unused-local-non-trivial-variable]
build: src/explosion.cpp#L1161
performing an implicit widening conversion to type 'size_type' (aka 'unsigned long') of a multiplication performed in type 'int' [bugprone-implicit-widening-of-multiplication-result]
build
The process '/usr/bin/git' failed with exit code 128