✨♻️ Project Setup and Structural Improvements #12
Annotations
1 error and 10 warnings
Fail if linter found errors
Process completed with exit code 1.
|
Run cpp-linter:
include/dd/Complex.hpp#L20
constructor does not initialize these fields: real, img
|
Run cpp-linter:
include/dd/Complex.hpp#L75
variable 'zero' is non-const and globally accessible, consider making it const
|
Run cpp-linter:
include/dd/Complex.hpp#L78
variable 'one' is non-const and globally accessible, consider making it const
|
Run cpp-linter:
include/dd/ComplexCache.hpp#L25
constructor does not initialize these fields: chunkIt, chunkEndIt
|
Run cpp-linter:
include/dd/ComplexNumbers.hpp#L33
parameter 'tol' is unused
|
Run cpp-linter:
include/dd/ComplexNumbers.hpp#L33
variable 'tol' is not initialized
|
Run cpp-linter:
include/dd/ComplexNumbers.hpp#L144
method 'lookup' can be made static
|
Run cpp-linter:
include/dd/ComplexNumbers.hpp#L156
method 'lookup' can be made static
|
Run cpp-linter:
include/dd/ComplexNumbers.hpp#L164
if with identical then and else branches
|
Run cpp-linter:
include/dd/ComplexNumbers.hpp#L178
if with identical then and else branches
|
Loading