Skip to content

Feature clang formatting #8

Feature clang formatting

Feature clang formatting #8

Triggered via pull request July 25, 2024 19:48
Status Success
Total duration 39s
Artifacts

cpp-linter.yaml

on: pull_request
cpp-linter
30s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
tests/barger-propagator.hpp:6:10 [clang-diagnostic-error]: tests/barger-propagator.hpp#L6
'nuTens/propagator/constants.hpp' file not found
nuTens/logging.hpp:41:10 [clang-diagnostic-error]: nuTens/logging.hpp#L41
'spdlog/spdlog.h' file not found
nuTens/nuTens-pch.hpp:9:10 [clang-diagnostic-error]: nuTens/nuTens-pch.hpp#L9
'nuTens/logging.hpp' file not found
nuTens/tensors/tensor.hpp:7:10 [clang-diagnostic-error]: nuTens/tensors/tensor.hpp#L7
'nuTens/tensors/dtypes.hpp' file not found
nuTens/propagator/propagator.hpp:4:10 [clang-diagnostic-error]: nuTens/propagator/propagator.hpp#L4
'nuTens/propagator/base-matter-solver.hpp' file not found
tests/two-flavour-const-matter.cpp:1:10 [clang-diagnostic-error]: tests/two-flavour-const-matter.cpp#L1
'nuTens/propagator/const-density-solver.hpp' file not found
tests/barger.cpp:2:10 [clang-diagnostic-error]: tests/barger.cpp#L2
'tests/barger-propagator.hpp' file not found
tests/tensor-basic.cpp:2:10 [clang-diagnostic-error]: tests/tensor-basic.cpp#L2
'nuTens/tensors/dtypes.hpp' file not found
tests/barger-propagator.hpp:3:10 [modernize-deprecated-headers]: tests/barger-propagator.hpp#L3
inclusion of deprecated C++ header 'math.h'; consider using 'cmath' instead