Skip to content

Fixes

Fixes #8

Triggered via pull request September 11, 2025 08:25
@AndreaRicchiAndreaRicchi
synchronize #4
fixes
Status Failure
Total duration 2m 27s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
cpp-linter
Process completed with exit code 1.
src/dbus/gconnman_manager.cpp:98:53 [performance-unnecessary-value-param]: src/dbus/gconnman_manager.cpp#L98
the const qualified parameter 'service' is copied for each invocation; consider making it a reference
src/dbus/gconnman_manager.cpp:75:32 [performance-unnecessary-value-param]: src/dbus/gconnman_manager.cpp#L75
the const qualified parameter 'service' is copied for each invocation; consider making it a reference
src/dbus/gconnman_manager.cpp:65:66 [performance-unnecessary-value-param]: src/dbus/gconnman_manager.cpp#L65
the const qualified parameter 'service' is copied for each invocation; consider making it a reference
src/dbus/gconnman_clock.cpp:80:73 [bugprone-suspicious-stringview-data-usage]: src/dbus/gconnman_clock.cpp#L80
result of a `data()` call may not be null terminated, provide size information to the callee to prevent potential issues
src/dbus/gconnman_clock.cpp:70:71 [bugprone-suspicious-stringview-data-usage]: src/dbus/gconnman_clock.cpp#L70
result of a `data()` call may not be null terminated, provide size information to the callee to prevent potential issues
cpp-linter
The `python-version` input is not set. The version of Python currently in `PATH` will be used.