Skip to content

feat(content, port): Port Directed push from DDA #8755

feat(content, port): Port Directed push from DDA

feat(content, port): Port Directed push from DDA #8755

Triggered via pull request October 12, 2024 21:02
Status Success
Total duration 19m 0s
Artifacts

clang-tidy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The process '/usr/bin/git' failed with exit code 128
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/magic_spell_effect.cpp#L160
Division by zero [clang-analyzer-core.DivideZero]
build: src/magic_spell_effect.cpp#L1157
an assignment within an 'if' condition is bug-prone [bugprone-assignment-in-if-condition]
build: src/diary.cpp#L874
empty catch statements hide issues; to handle exceptions appropriately, consider re-throwing, handling, or avoiding catch altogether [bugprone-empty-catch]
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/activity_handlers.cpp#L1300
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: src/iuse_actor.cpp#L1165
unused local variable 'query' of type 'const std::string' (aka 'const basic_string<char>') [bugprone-unused-local-non-trivial-variable]
build: src/item.cpp#L2228
unused local variable 'space' of type 'const std::string' (aka 'const basic_string<char>') [bugprone-unused-local-non-trivial-variable]
build: src/item.cpp#L6131
Division by zero [clang-analyzer-core.DivideZero]
build: src/handle_action.cpp#L514
return statement within a void function should not have a specified return value [readability-avoid-return-with-void-value]