Skip to content

No trailing return type cpp-linter suggestions #16

No trailing return type cpp-linter suggestions

No trailing return type cpp-linter suggestions #16

Triggered via pull request July 25, 2024 22:17
Status Success
Total duration 6m 3s
Artifacts

cpp-linter.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
nuTens/propagator/propagator.cpp:30:63 [clang-diagnostic-error]: nuTens/propagator/propagator.cpp#L30
implicit conversion from '_Complex double' to 'float' is not permitted in C++
nuTens/logging.hpp:41:10 [clang-diagnostic-error]: nuTens/logging.hpp#L41
'spdlog/spdlog.h' file not found
tests/two-flavour-const-matter.cpp:9:5 [readability-isolate-declaration]: tests/two-flavour-const-matter.cpp#L9
multiple declarations in a single statement reduces readability
tests/two-flavour-const-matter.cpp:53:9 [readability-isolate-declaration]: tests/two-flavour-const-matter.cpp#L53
multiple declarations in a single statement reduces readability
tests/two-flavour-const-matter.cpp:62:9 [modernize-use-auto]: tests/two-flavour-const-matter.cpp#L62
use auto when initializing with a template cast to avoid duplicating the type name
tests/two-flavour-const-matter.cpp:63:9 [modernize-use-auto]: tests/two-flavour-const-matter.cpp#L63
use auto when initializing with a template cast to avoid duplicating the type name
tests/barger.cpp:13:5 [cppcoreguidelines-pro-type-member-init]: tests/barger.cpp#L13
uninitialized record type: 'bargerProp'
tests/tensor-basic.cpp:42:56 [readability-uppercase-literal-suffix]: tests/tensor-basic.cpp#L42
floating point literal has suffix 'j', which is not uppercase
tests/tensor-basic.cpp:43:56 [readability-uppercase-literal-suffix]: tests/tensor-basic.cpp#L43
floating point literal has suffix 'j', which is not uppercase
tests/tensor-basic.cpp:44:56 [readability-uppercase-literal-suffix]: tests/tensor-basic.cpp#L44
floating point literal has suffix 'j', which is not uppercase
tests/tensor-basic.cpp:46:56 [readability-uppercase-literal-suffix]: tests/tensor-basic.cpp#L46
floating point literal has suffix 'j', which is not uppercase