Skip to content

Remove ledge trap hack #83560

Remove ledge trap hack

Remove ledge trap hack #83560

Triggered via pull request December 12, 2024 01:04
Status Failure
Total duration 3h 30m 0s
Artifacts

clang-tidy.yml

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

Annotations

10 errors and 1 warning
build (src): src/map.cpp#L113
string_id declarations should be sorted. [cata-static-string_id-constants,-warnings-as-errors]
build (src): src/map.cpp#L10450
method 'try_fall' can be made const [readability-make-member-function-const,-warnings-as-errors]
build (src): src/creature.cpp#L217
Global declaration of 'setpos' in a cpp file should be static or have a previous declaration in a header. [cata-static-declarations,-warnings-as-errors]
build (src): src/creature.cpp#L217
redefinition of default argument [clang-diagnostic-error]
build (src): src/creature.cpp#L227
Global declaration of 'setpos' in a cpp file should be static or have a previous declaration in a header. [cata-static-declarations,-warnings-as-errors]
build (src): src/creature.cpp#L227
redefinition of default argument [clang-diagnostic-error]
build (src): src/trapfunc.cpp#L62
Variable 'json_flag_LEVITATION' declared but not used. [cata-unused-statics,-warnings-as-errors]
build (src): src/construction.cpp#L1465
Redundant parentheses. [cata-redundant-parentheses,-warnings-as-errors]
build (src): src/game.cpp#L10542
use emplace_back instead of push_back [modernize-use-emplace,-warnings-as-errors]
build (src)
Process completed with exit code 123.
skip-duplicates
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636