⬆️🪝 update pre-commit hooks (#23) #79
Annotations
1 error and 9 warnings
Fail if linter found errors
Process completed with exit code 1.
|
Run cpp-linter:
include/dd/ComplexTable.hpp#L105
variable 'zero' is non-const and globally accessible, consider making it const
|
Run cpp-linter:
include/dd/ComplexTable.hpp#L109
variable 'sqrt2_2' is non-const and globally accessible, consider making it const
|
Run cpp-linter:
include/dd/ComplexTable.hpp#L109
invalid case style for variable 'sqrt2_2'
|
Run cpp-linter:
include/dd/ComplexTable.hpp#L113
variable 'one' is non-const and globally accessible, consider making it const
|
Run cpp-linter:
include/dd/ComplexTable.hpp#L523
variable 'TOLERANCE' is non-const and globally accessible, consider making it const
|
Run cpp-linter:
include/dd/ComplexTable.hpp#L523
invalid case style for variable 'TOLERANCE'
|
Run cpp-linter:
include/dd/UniqueTable.hpp#L103
variable 'p' is not initialized
|
Run cpp-linter:
include/dd/UniqueTable.hpp#L237
variable 'collected' of type 'std::size_t' (aka 'unsigned long') can be declared 'const'
|
Run cpp-linter:
include/dd/UniqueTable.hpp#L238
variable 'remaining' of type 'std::size_t' (aka 'unsigned long') can be declared 'const'
|
Loading