Skip to content

Item demographics test and gun appearance rate rebalancing. #76351

Item demographics test and gun appearance rate rebalancing.

Item demographics test and gun appearance rate rebalancing. #76351

Triggered via pull request April 15, 2024 05:37
Status Cancelled
Total duration 30m 46s
Artifacts

clang-tidy.yml

on: pull_request
skip-duplicates
5s
skip-duplicates
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors
build (other): tests/overmap_test.cpp#L335
Avoid auto in declaration of 'id'. [cata-almost-never-auto,-warnings-as-errors]
build (other): tests/overmap_test.cpp#L353
Avoid auto in declaration of 'id'. [cata-almost-never-auto,-warnings-as-errors]
build (other): tests/overmap_test.cpp#L353
'auto id' can be declared as 'const auto *id' [readability-qualified-auto,-warnings-as-errors]
build (other): tests/overmap_test.cpp#L375
Avoid auto in declaration of 'id'. [cata-almost-never-auto,-warnings-as-errors]
build (other): tests/overmap_test.cpp#L375
'auto id' can be declared as 'const auto *id' [readability-qualified-auto,-warnings-as-errors]
build (other): tests/overmap_test.cpp#L382
'auto &ammotype_id' can be declared as 'const auto &ammotype_id' [readability-qualified-auto,-warnings-as-errors]
build (other): tests/overmap_test.cpp#L425
unused variable 'origin' [clang-diagnostic-unused-variable,-warnings-as-errors]
build (other): tests/overmap_test.cpp#L469
unused variable 'found_total' [clang-diagnostic-unused-variable,-warnings-as-errors]
build (other): tests/overmap_test.cpp#L556
loop variable is copied but only used as const reference; consider making it a const reference [performance-for-range-copy,-warnings-as-errors]
build (other): tests/overmap_test.cpp#L561
Value stored to 'item_type' during its initialization is never read [clang-analyzer-deadcode.DeadStores,-warnings-as-errors]
build (src)
Canceling since a higher priority waiting request for 'clang-tidy-build-73037' exists
build (src)
The operation was canceled.