Skip to content

Feature #796 - nanosecond packet processing #54

Feature #796 - nanosecond packet processing

Feature #796 - nanosecond packet processing #54

Triggered via pull request December 26, 2023 21:15
Status Failure
Total duration 43s
Artifacts

c-linter.yml

on: pull_request
cpp-linter
36s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
cpp-linter
Process completed with exit code 1.
src/common/timer.c:48:35 [readability-identifier-length]: src/common/timer.c#L48
parameter name 'ts' is too short, expected at least 3 characters
src/common/utils.c:254:5 [bugprone-branch-clone]: src/common/utils.c#L254
if with identical then and else branches
src/send_packets.c:68:56 [readability-identifier-length]: src/send_packets.c#L68
parameter name 'sp' is too short, expected at least 3 characters
src/send_packets.c:338:5 [readability-isolate-declaration]: src/send_packets.c#L338
multiple declarations in a single statement reduces readability
src/send_packets.c:610:5 [readability-isolate-declaration]: src/send_packets.c#L610
multiple declarations in a single statement reduces readability
src/send_packets.c:1052:21 [cppcoreguidelines-init-variables]: src/send_packets.c#L1052
variable 'next_tx_ns' is not initialized