feat: auto ladder climbing and ledge prompts #6342
Triggered via pull request
September 15, 2023 06:28
Status
Success
Total duration
1h 45m 35s
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
1h 45m
Annotations
10 warnings
build:
src/bionics.cpp#L499
return type 'const std::map<item, bionic_id>' (aka 'const map<item, string_id<bionic_data>>') is 'const'-qualified at the top level, which may reduce code readability without improving const correctness [readability-const-return-type]
|
build:
tests/find_auto_consume_test.cpp#L97
Prefer constructing 'tripoint' from named constant 'tripoint_east' rather than explicit integer arguments. [cata-use-named-point-constants]
|
build:
tests/find_auto_consume_test.cpp#L140
Prefer constructing 'tripoint' from named constant 'tripoint_east' rather than explicit integer arguments. [cata-use-named-point-constants]
|
build:
src/map.cpp#L120
Variable 'itype_nail' declared but not used. [cata-unused-statics]
|
build:
src/item.cpp#L138
Variable 'itype_hand_crossbow' declared but not used. [cata-unused-statics]
|
build:
src/item.cpp#L183
Variable 'flag_CROSSBOW' declared but not used. [cata-unused-statics]
|
build:
src/options.cpp#L1877
insufficient spaces at this location. 2 required, but only 1 found. [cata-text-style]
|
build:
src/activity_handlers.cpp#L241
Variable 'qual_AXE' declared but not used. [cata-unused-statics]
|
build:
src/explosion.cpp#L552
Variable 'delay_ms' declared as 'const long'. Prefer int or int64_t to long. [cata-no-long]
|
build:
src/explosion.cpp#L552
Static cast to 'long'. Prefer int or int64_t to long. [cata-no-long]
|