Skip to content

cpp-linter

cpp-linter #20

Manually triggered July 26, 2024 17:07
Status Success
Total duration 6m 21s
Artifacts

cpp-linter.yaml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
nuTens/propagator/propagator.cpp:35:63 [clang-diagnostic-error]: nuTens/propagator/propagator.cpp#L35
implicit conversion from '_Complex double' to 'float' is not permitted in C++
nuTens/logging.hpp:43:10 [clang-diagnostic-error]: nuTens/logging.hpp#L43
'spdlog/spdlog.h' file not found
tests/barger.cpp:13:5 [cppcoreguidelines-pro-type-member-init]: tests/barger.cpp#L13
uninitialized record type: 'bargerProp'
tests/barger-propagator.hpp:38:5 [modernize-use-nodiscard]: tests/barger-propagator.hpp#L38
function 'lv' should be marked [[nodiscard]]
tests/barger-propagator.hpp:44:5 [modernize-use-nodiscard]: tests/barger-propagator.hpp#L44
function 'lm' should be marked [[nodiscard]]
tests/barger-propagator.hpp:67:5 [modernize-use-nodiscard]: tests/barger-propagator.hpp#L67
function 'calculateEffectiveDm2' should be marked [[nodiscard]]
tests/test-utils.hpp:28:9 [cppcoreguidelines-macro-usage]: tests/test-utils.hpp#L28
function-like macro 'TEST_EXPECTED' used; consider a 'constexpr' template function
nuTens/logging.hpp:3:10 [modernize-deprecated-headers]: nuTens/logging.hpp#L3
inclusion of deprecated C++ header 'stddef.h'; consider using 'cstddef' instead