Skip to content

[BIG UPDATE] Package manager, build.py, data IO using STL and Neuland time calibration rewrite #293

[BIG UPDATE] Package manager, build.py, data IO using STL and Neuland time calibration rewrite

[BIG UPDATE] Package manager, build.py, data IO using STL and Neuland time calibration rewrite #293

Triggered via pull request January 8, 2024 13:03
Status Failure
Total duration 19m 58s
Artifacts

static_analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 11 warnings, and 1 notice
clang-format
Process completed with exit code 1.
clang-tidy
Process completed with exit code 1.
clang-tidy
Unexpected input(s) 'repo', valid inputs are ['r3b-dev-key', 'cache-name']
clang-tidy: neuland/calibration/hitLevel/engine/R3BNeulandCosmicEngine.h#L29
use a trailing return type for this function [modernize-use-trailing-return-type]
clang-tidy: neuland/calibration/hitLevel/engine/R3BNeulandCosmicEngine.h#L30
use a trailing return type for this function [modernize-use-trailing-return-type]
clang-tidy: neuland/calibration/legacy/R3BNeulandCal2HitPar.cxx#L129
Value stored to 'plane' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
clang-tidy: neuland/calibration/legacy/R3BNeulandTSyncer.cxx#L293
narrowing conversion from 'UInt_t' (aka 'unsigned int') to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
clang-tidy: neuland/calibration/share/R3BNeulandParDirCreator.h#L46
use a trailing return type for this function [modernize-use-trailing-return-type]
clang-tidy: neuland/calibration/share/R3BNeulandParDirCreator.h#L47
use a trailing return type for this function [modernize-use-trailing-return-type]
clang-tidy: neuland/calibration/share/R3BNeulandParDirCreator.h#L49
use a trailing return type for this function [modernize-use-trailing-return-type]
clang-tidy: neuland/executables/templates/neuland_par_merger.cxx#L25
function 'fill_pars' is within a recursive call chain [misc-no-recursion]
clang-tidy: neuland/executables/templates/neuland_par_merger.cxx#L107
an exception may be thrown in function 'main' which should not throw exceptions [bugprone-exception-escape]
clang-tidy: r3bdata/neulandData/R3BNeulandCalData.h#L30
use a trailing return type for this function [modernize-use-trailing-return-type]
clang-tidy
Clang-tidy generates 31 warnings and 0 errors! Please fix them before being merged.