refactor!: give items identity #6330
Triggered via pull request
September 13, 2023 19:33
Status
Success
Total duration
2h 21m 10s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
clang-tidy.yml
on: pull_request
skip-duplicates
6s
build
2h 6m
Annotations
10 warnings
build:
tests/basecamp_test.cpp#L44
'food' used after it was moved [bugprone-use-after-move]
|
build:
src/npc.h#L1425
function 'npc_overmap::spawn_chance_in_hour' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
build:
src/character.cpp#L408
initializer for base class 'Creature' is redundant [readability-redundant-member-init]
|
build:
src/character.cpp#L485
std::move of the expression of the trivially-copyable type 'bool' has no effect; remove std::move() [performance-move-const-arg]
|
build:
src/character.cpp#L486
std::move of the expression of the trivially-copyable type 'bool' has no effect; remove std::move() [performance-move-const-arg]
|
build:
src/character.cpp#L488
std::move of the expression of the trivially-copyable type 'int' has no effect; remove std::move() [performance-move-const-arg]
|
build:
src/character.cpp#L489
std::move of the expression of the trivially-copyable type 'int' has no effect; remove std::move() [performance-move-const-arg]
|
build:
src/character.cpp#L490
std::move of the expression of the trivially-copyable type 'int' has no effect; remove std::move() [performance-move-const-arg]
|
build:
src/character.cpp#L491
std::move of the expression of the trivially-copyable type 'int' has no effect; remove std::move() [performance-move-const-arg]
|
build:
src/character.cpp#L493
std::move of the expression of the trivially-copyable type 'int' has no effect; remove std::move() [performance-move-const-arg]
|