Prying nails correctly deconstructs reinforced boarded window (#3300) #30
clang-tidy.yml
on: push
skip-duplicates
5s
build
2h 30m
Annotations
10 warnings
build:
src/explosion.cpp#L553
Variable 'delay_ms' declared as 'const long'. Prefer int or int64_t to long. [cata-no-long]
|
build:
src/explosion.cpp#L553
Static cast to 'long'. Prefer int or int64_t to long. [cata-no-long]
|
build:
src/suffer.cpp#L85
Variable 'effect_cig' declared but not used. [cata-unused-statics]
|
build:
src/suffer.cpp#L91
Variable 'effect_drunk' declared but not used. [cata-unused-statics]
|
build:
src/suffer.cpp#L172
Variable 'flag_SPLINT' declared but not used. [cata-unused-statics]
|
build:
src/map.cpp#L121
Variable 'itype_nail' 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/bionics.cpp#L203
Variable 'flag_SPLINT' declared but not used. [cata-unused-statics]
|
build:
src/bionics.cpp#L498
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/npcmove.cpp#L126
Variable 'itype_UPS' declared but not used. [cata-unused-statics]
|