Skip to content

Test

Test #13

Triggered via pull request September 11, 2025 08:54
@AndreaRicchiAndreaRicchi
synchronize #7
test
Status Failure
Total duration 3m 29s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
cpp-linter
Process completed with exit code 1.
tests/gconnman_serv_test.cpp:101:52 [performance-unnecessary-value-param]: tests/gconnman_serv_test.cpp#L101
the parameter 'service' is copied for each invocation but only used as a const reference; consider making it a const reference
examples/connmanctl.cpp:225:32 [readability-identifier-naming]: examples/connmanctl.cpp#L225
invalid case style for local variable 'onConnect'
examples/connmanctl.cpp:22:48 [performance-unnecessary-value-param]: examples/connmanctl.cpp#L22
the parameter 'service' is copied for each invocation but only used as a const reference; consider making it a const reference
cpp-linter
The `python-version` input is not set. The version of Python currently in `PATH` will be used.