cpp-linter #26
Annotations
3 warnings
tests/test-utils.hpp:28:9 [cppcoreguidelines-macro-usage]:
tests/test-utils.hpp#L28
function-like macro 'TEST_EXPECTED' used; consider a 'constexpr' template function
|
nuTens/logging.hpp:72:23 [cppcoreguidelines-avoid-non-const-global-variables]:
nuTens/logging.hpp#L72
variable 'logLevelOnceFlag' is non-const and globally accessible, consider making it const
|
nuTens/tensors/tensor.hpp:40:5 [modernize-use-using]:
nuTens/tensors/tensor.hpp#L40
use 'using' instead of 'typedef'
|