Sn 6192 cltool evm (#816) (#817) #2472
Annotations
1 error and 10 warnings
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool.h#L17
'iostream' file not found
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool.cpp#L14
inclusion of deprecated C++ header 'string.h'; consider using 'cstring' instead
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool.cpp#L19
variable 'g_commandLineOptions' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool.cpp#L20
variable 'g_serialPort' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool.cpp#L21
variable 'g_inertialSenseDisplay' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool.cpp#L22
variable 'g_internal' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool.cpp#L24
use a trailing return type for this function
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool.cpp#L24
2 adjacent parameters of 'cltool_serialPortSendComManager' of similar type ('int') are easily swapped by mistake
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool.cpp#L31
use a trailing return type for this function
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool.cpp#L33
variable 'options' is not initialized
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool.cpp#L48
use a trailing return type for this function
|
Loading