[BIG UPDATE] Package manager, build.py, data IO using STL and Neuland time calibration rewrite #298
static_analysis.yml
on: pull_request
clang-format
36s
clang-tidy
20m 31s
Annotations
1 error, 4 warnings, and 1 notice
clang-tidy
Process completed with exit code 1.
|
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
Clang-tidy generates 4 warnings and 0 errors! Please fix them before being merged.
|