Skip to content

Feature instrumentation profiling #31

Feature instrumentation profiling

Feature instrumentation profiling #31

Triggered via pull request August 1, 2024 14:52
Status Failure
Total duration 5m 47s
Artifacts

cpp-linter.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 3 warnings, and 1 notice
cpp-linter
Process completed with exit code 1.
nuTens/instrumentation.hpp:48:5 [modernize-use-equals-default]: nuTens/instrumentation.hpp#L48
use '= default' to define a trivial default constructor
nuTens/instrumentation.hpp:124:7 [cppcoreguidelines-special-member-functions]: nuTens/instrumentation.hpp#L124
class 'InstrumentationTimer' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
nuTens/propagator/const-density-solver.hpp:81:10 [clang-diagnostic-inconsistent-missing-override]: nuTens/propagator/const-density-solver.hpp#L81
'calculateEigenvalues' overrides a member function but is not marked 'override'
Run clang-format on nuTens/instrumentation.hpp: nuTens/instrumentation.hpp#L1
File nuTens/instrumentation.hpp does not conform to Custom style guidelines. (lines 48, 145, 146, 147)