Update iexamine_elevator.cpp #6477
Triggered via pull request
September 26, 2023 20:37
Status
Success
Total duration
1h 47m 9s
Artifacts
–
clang-tidy.yml
on: pull_request
skip-duplicates
8s
build
1h 46m
Annotations
10 warnings
build:
src/options.cpp#L1877
insufficient spaces at this location. 2 required, but only 1 found. [cata-text-style]
|
build:
src/ranged.cpp#L130
Variable 'skill_dodge' declared but not used. [cata-unused-statics]
|
build:
src/ranged.cpp#L874
'ammo' used after it was moved [bugprone-use-after-move]
|
build:
src/map_extras.cpp#L68
Variable 'flag_LIQUID' declared but not used. [cata-unused-statics]
|
build:
src/mapgen.cpp#L87
Variable 'GROUP_NETHER' declared but not used. [cata-unused-statics]
|
build:
src/mapgen.cpp#L89
Variable 'GROUP_ROBOT_SECUBOT' declared but not used. [cata-unused-statics]
|
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#L381
Variable 'trait_flag_PRED1' declared but not used. [cata-unused-statics]
|
build:
src/activity_handlers.cpp#L242
Variable 'qual_AXE' declared but not used. [cata-unused-statics]
|
build:
src/explosion.cpp#L553
Variable 'delay_ms' declared as 'const long'. Prefer int or int64_t to long. [cata-no-long]
|