Skip to content

Smoother rivers connections on overmaps edges #6388

Smoother rivers connections on overmaps edges

Smoother rivers connections on overmaps edges #6388

Triggered via pull request September 18, 2023 22:22
Status Success
Total duration 2h 11m 51s
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/bionics.cpp#L500
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/point_rotate.cpp#L12
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
build: src/map.cpp#L121
Variable 'itype_nail' declared but not used. [cata-unused-statics]
build: src/npc.h#L1425
function 'npc_overmap::spawn_chance_in_hour' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
build: src/mapgen.cpp#L87
Variable 'GROUP_NETHER' declared but not used. [cata-unused-statics]
build: src/mapgen.cpp#L89
Variable 'GROUP_ROBOT_SECUBOT' declared but not used. [cata-unused-statics]
build: src/iuse.cpp#L2637
result of integer division used in a floating point context; possible loss of precision [bugprone-integer-division]
build: src/activity_handlers.cpp#L242
Variable 'qual_AXE' 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/monmove.cpp#L123
Construction of 'tripoint' can be simplified. [cata-simplify-point-constructors]