Skip to content

Add runtime test for NMEA (#800) #2368

Add runtime test for NMEA (#800)

Add runtime test for NMEA (#800) #2368

Triggered via push January 8, 2025 00:43
Status Success
Total duration 48s
Artifacts

cpp-linter.yml

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

Annotations

2 errors and 10 warnings
tests/runtime/device_runtime_tests.cpp:4:10 [modernize-deprecated-headers]: tests/runtime/device_runtime_tests.cpp#L4
inclusion of deprecated C++ header 'stdarg.h'; consider using 'cstdarg' instead
tests/runtime/device_runtime_tests.cpp:11:9 [cppcoreguidelines-macro-usage]: tests/runtime/device_runtime_tests.cpp#L11
macro 'LOG_DIRECTORY' used to declare a constant; consider using a 'constexpr' constant
tests/runtime/device_runtime_tests.cpp:23:69 [performance-unnecessary-value-param]: tests/runtime/device_runtime_tests.cpp#L23
the const qualified parameter 'path' is copied for each invocation; consider making it a reference
tests/runtime/device_runtime_tests.cpp:30:13 [readability-identifier-length]: tests/runtime/device_runtime_tests.cpp#L30
variable name 'bt' is too short, expected at least 3 characters
tests/runtime/device_runtime_tests.cpp:33:23 [readability-identifier-length]: tests/runtime/device_runtime_tests.cpp#L33
variable name 'ss' is too short, expected at least 3 characters
tests/runtime/device_runtime_tests.cpp:44:23 [readability-identifier-length]: tests/runtime/device_runtime_tests.cpp#L44
variable name 'ss' is too short, expected at least 3 characters