Merge pull request #78358 from Standing-Storm/fix-sylph-text #224
clang-tidy.yml
on: push
skip-duplicates
7s
Matrix: build
Annotations
7 errors and 1 warning
build (src):
src/scores_ui.cpp#L169
unnecessary temporary object created while calling emplace_back [modernize-use-emplace,-warnings-as-errors]
|
build (src):
src/worldfactory.cpp#L310
Avoid auto in declaration of 'savefile'. [cata-almost-never-auto,-warnings-as-errors]
|
build (src):
src/worldfactory.cpp#L426
Avoid auto in declaration of 'origin_file'. [cata-almost-never-auto,-warnings-as-errors]
|
build (src):
src/worldfactory.cpp#L2156
Avoid auto in declaration of 'file_path'. [cata-almost-never-auto,-warnings-as-errors]
|
build (src):
src/worldfactory.cpp#L2158
Construct `fs::path` by passing UTF-8 string to `fs::u8path` to ensure the correct path encoding. [cata-u8-path,-warnings-as-errors]
|
build (src):
src/worldfactory.cpp#L2164
Avoid auto in declaration of 'file'. [cata-almost-never-auto,-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
|