Skip to content

fix: have crt* located by dlopen and make repo a flake #873

fix: have crt* located by dlopen and make repo a flake

fix: have crt* located by dlopen and make repo a flake #873

Triggered via pull request December 13, 2023 03:26
Status Success
Total duration 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cpp-linter.yml

on: pull_request
cpp-linter
37s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
/src/builder/linker/linux/ld.cc:15:14 [readability-function-cognitive-complexity]: src/builder/linker/linux/ld.cc#L15
function 'constructLinkerArgs' has cognitive complexity of 39 (threshold 25)
/src/builder/linker/linux/ld.cc:51:5 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]: src/builder/linker/linux/ld.cc#L51
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead