Ensure LogInspector sets the correct data type for selected NPP logs #2403
Annotations
1 error and 10 warnings
Run cpp-linter/cpp-linter-action@main:
src/ISLogger.h#L19
'string' file not found
|
Run cpp-linter/cpp-linter-action@main:
src/ISLogger.cpp#L20
inclusion of deprecated C++ header 'stdio.h'; consider using 'cstdio' instead
|
Run cpp-linter/cpp-linter-action@main:
src/ISLogger.cpp#L21
inclusion of deprecated C++ header 'stdlib.h'; consider using 'cstdlib' instead
|
Run cpp-linter/cpp-linter-action@main:
src/ISLogger.cpp#L22
inclusion of deprecated C++ header 'stddef.h'; consider using 'cstddef' instead
|
Run cpp-linter/cpp-linter-action@main:
src/ISLogger.cpp#L25
duplicate include
|
Run cpp-linter/cpp-linter-action@main:
src/ISLogger.cpp#L49
macro 'LOG_DEBUG_PRINT_READ' used to declare a constant; consider using a 'constexpr' constant
|
Run cpp-linter/cpp-linter-action@main:
src/ISLogger.cpp#L50
macro 'STATS_ALL_FILENAME' used to declare a constant; consider using a 'constexpr' constant
|
Run cpp-linter/cpp-linter-action@main:
src/ISLogger.cpp#L74
variable 'myMutex' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@main:
src/ISLogger.cpp#L76
function-like macro 'LOCK_MUTEX' used; consider a 'constexpr' template function
|
Run cpp-linter/cpp-linter-action@main:
src/ISLogger.cpp#L77
function-like macro 'UNLOCK_MUTEX' used; consider a 'constexpr' template function
|
Run cpp-linter/cpp-linter-action@main:
src/ISLogger.cpp#L86
variable 'logTypeStrings' is non-const and globally accessible, consider making it const
|
Loading