Skip to content

Use ammo_effect_str_id instead of std::string #77898

Use ammo_effect_str_id instead of std::string

Use ammo_effect_str_id instead of std::string #77898

Triggered via pull request June 3, 2024 13:18
Status Cancelled
Total duration 2h 18m 18s
Artifacts

clang-tidy.yml

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

Annotations

16 errors
build (other): tests/vehicle_turrets_test.cpp#L25
Declaration of string_id 'ammo_effect_id_RECYCLED' should be named 'ammo_effect_RECYCLED'. [cata-static-string_id-constants,-warnings-as-errors]
build (other): tests/vehicle_turrets_test.cpp#L89
Use of string_id 'ammo_effect_id_RECYCLED' should be named 'ammo_effect_RECYCLED'. [cata-static-string_id-constants,-warnings-as-errors]
build (other): tests/materials_test.cpp#L10
Declaration of string_id 'ammo_effect_str_id_SHATTER_SELF' should be named 'ammo_effect_SHATTER_SELF'. [cata-static-string_id-constants,-warnings-as-errors]
build (other): tests/materials_test.cpp#L91
Use of string_id 'ammo_effect_str_id_SHATTER_SELF' should be named 'ammo_effect_SHATTER_SELF'. [cata-static-string_id-constants,-warnings-as-errors]
build (other): tests/materials_test.cpp#L104
Use of string_id 'ammo_effect_str_id_SHATTER_SELF' should be named 'ammo_effect_SHATTER_SELF'. [cata-static-string_id-constants,-warnings-as-errors]
build (other): tests/explosion_balance_test.cpp#L31
Declaration of string_id 'ammo_effect_str_id_NULL_SOURCE' should be named 'ammo_effect_NULL_SOURCE'. [cata-static-string_id-constants,-warnings-as-errors]
build (other): tests/explosion_balance_test.cpp#L45
Use of string_id 'ammo_effect_str_id_NULL_SOURCE' should be named 'ammo_effect_NULL_SOURCE'. [cata-static-string_id-constants,-warnings-as-errors]
build (other)
Process completed with exit code 123.
build (src)
Canceling since a higher priority waiting request for 'clang-tidy-build-73931' exists
build (src): src/magic.cpp#L70
string_id declarations should be sorted. [cata-static-string_id-constants,-warnings-as-errors]
build (src): src/item_factory.cpp#L65
string_id declarations should be sorted. [cata-static-string_id-constants,-warnings-as-errors]
build (src): src/creature.cpp#L80
string_id declarations should be sorted. [cata-static-string_id-constants,-warnings-as-errors]
build (src): src/bionics.cpp#L99
string_id declarations should be sorted. [cata-static-string_id-constants,-warnings-as-errors]
build (src): src/map.cpp#L113
string_id declarations should be sorted. [cata-static-string_id-constants,-warnings-as-errors]
build (src): src/item.cpp#L127
string_id declarations should be sorted. [cata-static-string_id-constants,-warnings-as-errors]
build (src)
The operation was canceled.