Skip to content

enchantify special vision [1/2] #82479

enchantify special vision [1/2]

enchantify special vision [1/2] #82479

Triggered via pull request November 12, 2024 16:13
Status Cancelled
Total duration 1h 15m 28s
Artifacts

clang-tidy.yml

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

Annotations

13 errors
build (other)
Canceling since a higher priority waiting request for 'clang-tidy-build-77770' exists
build (other)
The operation was canceled.
build (src)
Canceling since a higher priority waiting request for 'clang-tidy-build-77770' exists
build (src): src/magic_enchantment.cpp#L689
loop variable 'struc' creates a copy from type 'const special_vision' [clang-diagnostic-range-loop-construct,-warnings-as-errors]
build (src): src/magic_enchantment.cpp#L689
the loop variable's type is not a reference type; this creates a copy in each iteration; consider making this a reference [performance-for-range-copy,-warnings-as-errors]
build (src): src/magic_enchantment.cpp#L695
loop variable 'struc_desc' creates a copy from type 'const special_vision_descriptions' (aka 'const enchantment::special_vision_descriptions') [clang-diagnostic-range-loop-construct,-warnings-as-errors]
build (src): src/magic_enchantment.cpp#L695
the loop variable's type is not a reference type; this creates a copy in each iteration; consider making this a reference [performance-for-range-copy,-warnings-as-errors]
build (src): src/magic_enchantment.cpp#L1050
loop variable 'struc' creates a copy from type 'const special_vision' [clang-diagnostic-range-loop-construct,-warnings-as-errors]
build (src): src/magic_enchantment.cpp#L1050
the loop variable's type is not a reference type; this creates a copy in each iteration; consider making this a reference [performance-for-range-copy,-warnings-as-errors]
build (src): src/magic_enchantment.cpp#L1066
loop variable 'struc' creates a copy from type 'const special_vision' [clang-diagnostic-range-loop-construct,-warnings-as-errors]
build (src): src/magic_enchantment.cpp#L1066
the loop variable's type is not a reference type; this creates a copy in each iteration; consider making this a reference [performance-for-range-copy,-warnings-as-errors]
build (src): src/magic_enchantment.cpp#L1068
loop variable is copied but only used as const reference; consider making it a const reference [performance-for-range-copy,-warnings-as-errors]
build (src): src/magic_enchantment.cpp#L1086
loop variable 'struc' creates a copy from type 'const special_vision' [clang-diagnostic-range-loop-construct,-warnings-as-errors]