Skip to content

cpp-linter

cpp-linter #18

Manually triggered July 26, 2024 02:34
Status Success
Total duration 5m 20s
Artifacts

cpp-linter.yaml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
nuTens/logging.hpp:41:10 [clang-diagnostic-error]: nuTens/logging.hpp#L41
'spdlog/spdlog.h' file not found
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++
tests/barger-propagator.hpp:38:5 [readability-const-return-type]: tests/barger-propagator.hpp#L38
return type 'const float' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
tests/barger-propagator.hpp:44:5 [readability-const-return-type]: tests/barger-propagator.hpp#L44
return type 'const float' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
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