Skip to content

working better with 2.3 #2467

working better with 2.3

working better with 2.3 #2467

Triggered via push January 25, 2025 02:22
Status Success
Total duration 50s
Artifacts

cpp-linter.yml

on: push
cpp-linter
39s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
cltool/src/cltool_main.cpp:35:10 [modernize-deprecated-headers]: cltool/src/cltool_main.cpp#L35
inclusion of deprecated C++ header 'signal.h'; consider using 'csignal' instead
cltool/src/cltool_main.cpp:44:9 [cppcoreguidelines-macro-usage]: cltool/src/cltool_main.cpp#L44
macro 'XMIT_CLOSE_DELAY_MS' used to declare a constant; consider using a 'constexpr' constant
cltool/src/cltool_main.cpp:46:13 [cppcoreguidelines-avoid-non-const-global-variables]: cltool/src/cltool_main.cpp#L46
variable 'g_killThreadsNow' is non-const and globally accessible, consider making it const
cltool/src/cltool_main.cpp:47:13 [cppcoreguidelines-avoid-non-const-global-variables]: cltool/src/cltool_main.cpp#L47
variable 'g_enableDataCallback' is non-const and globally accessible, consider making it const
cltool/src/cltool_main.cpp:48:5 [cppcoreguidelines-avoid-non-const-global-variables]: cltool/src/cltool_main.cpp#L48
variable 'g_devicesUpdating' is non-const and globally accessible, consider making it const
cltool/src/cltool_main.cpp:52:57 [readability-identifier-length]: cltool/src/cltool_main.cpp#L52
parameter name 'i' is too short, expected at least 3 characters
cltool/src/cltool_main.cpp:66:14 [cppcoreguidelines-init-variables]: cltool/src/cltool_main.cpp#L66
variable 'newServerByteCount' is not initialized