Edwin millepede #151
static_analysis.yml
on: pull_request
clang-format
47s
Matrix: clang-tidy
Annotations
6 errors, 10 warnings, and 1 notice
clang-format
Process completed with exit code 1.
|
clang-tidy (default)
Process completed with exit code 1.
|
clang-tidy (default):
neuland/calibration/mille/PedeLauncher.h#L34
static assertion failed due to requirement 'sizeof(void *) && false': Variable "PEDEDIR" is not defined. Please define the environment variable "PEDEDIR" when configure CMake! [clang-diagnostic-error]
|
clang-tidy (default):
neuland/executables/neuland_lmd_to_map.cxx#L148
no viable conversion from 'typename std::remove_reference<unique_ptr<R3BEventHeader> &>::type' (aka 'std::unique_ptr<R3BEventHeader>') to 'FairEventHeader *' [clang-diagnostic-error]
|
clang-tidy (default):
neuland/executables/templates/ex_digi.cxx#L15
'R3BNeulandClusterFinder.h' file not found [clang-diagnostic-error]
|
clang-tidy (default):
neuland/executables/neuland_map_to_cal.cxx#L97
no viable conversion from 'typename std::remove_reference<unique_ptr<R3BEventHeader> &>::type' (aka 'std::unique_ptr<R3BEventHeader>') to 'FairEventHeader *' [clang-diagnostic-error]
|
clang-tidy (default):
neuland/calibration/legacy/R3BNeulandCosmicTracker.cxx#L453
function 'fillInteractions' has cognitive complexity of 50 (threshold 40) [readability-function-cognitive-complexity]
|
clang-tidy (default):
neuland/calibration/legacy/R3BNeulandHitCalibrationEngine.cxx#L168
function 'Add' has cognitive complexity of 42 (threshold 40) [readability-function-cognitive-complexity]
|
clang-tidy (default):
neuland/calibration/legacy/R3BNeulandTacquilaMapped2Cal.cxx#L232
variable 'channel' of type 'Int_t' (aka 'int') can be declared 'const' [misc-const-correctness]
|
clang-tidy (default):
neuland/calibration/map_to_cal/R3BTrigIDMappingFinder.cxx#L17
namespace alias decl 'fs' is unused [misc-unused-alias-decls]
|
clang-tidy (default):
neuland/calibration/mille/PedeLauncher.h#L35
redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr]
|
clang-tidy (default):
neuland/calibration/mille/PedeLauncher.cxx#L14
macro 'BOOST_PROCESS_USE_STD_FS' used to declare a constant; consider using a 'constexpr' constant [cppcoreguidelines-macro-usage]
|
clang-tidy (default):
neuland/calibration/mille/PedeLauncher.cxx#L22
namespace alias decl 'bp' is unused [misc-unused-alias-decls]
|
clang-tidy (default):
neuland/calibration/mille/PedeLauncher.cxx#L23
namespace alias decl 'fs' is unused [misc-unused-alias-decls]
|
clang-tidy (default):
neuland/executables/neuland_lmd_to_map.cxx#L60
an exception may be thrown in function 'main' which should not throw exceptions [bugprone-exception-escape]
|
clang-tidy (default):
neuland/online/canvases/R3BNeulandCountRateCanvas.cxx#L80
'auto *event_header' can be declared as 'const auto *event_header' [readability-qualified-auto]
|
clang-tidy (default)
Clang-tidy generates 14 warnings and 4 errors! Please fix them before being merged.
|