Skip to content

style: simplify formatting with deno, part 2: JSON #6341

style: simplify formatting with deno, part 2: JSON

style: simplify formatting with deno, part 2: JSON #6341

Triggered via pull request September 15, 2023 02:28
Status Success
Total duration 1h 52m 40s
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
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/map.cpp#L120
Variable 'itype_nail' declared but not used. [cata-unused-statics]
build: src/ranged.cpp#L129
Variable 'skill_dodge' declared but not used. [cata-unused-statics]
build: src/ranged.cpp#L873
'ammo' used after it was moved [bugprone-use-after-move]
build: src/activity_handlers.cpp#L241
Variable 'qual_AXE' declared but not used. [cata-unused-statics]
build: src/iuse.cpp#L2636
result of integer division used in a floating point context; possible loss of precision [bugprone-integer-division]
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: 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/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]