Skip to content

feat: clang-tidy code style action #5

feat: clang-tidy code style action

feat: clang-tidy code style action #5

Triggered via pull request January 14, 2025 06:25
Status Failure
Total duration 56s
Artifacts

check-style.yml

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

Annotations

11 errors and 10 warnings
dataplane/dpdk.c:5:10 [clang-diagnostic-error]: dataplane/dpdk.c#L5
'rte_dev.h' file not found
cpp-linter
Process completed with exit code 1.
modules/decap/dataplane.c:14:23 [readability-identifier-naming]: modules/decap/dataplane.c#L14
invalid case style for local pointer 'ipv4Header'
modules/decap/dataplane.c:30:23 [readability-identifier-naming]: modules/decap/dataplane.c#L30
invalid case style for local pointer 'ipv4Header'
modules/balancer/dataplane.c:20:23 [readability-identifier-naming]: modules/balancer/dataplane.c#L20
invalid case style for local pointer 'ipv4Header'
modules/balancer/dataplane.c:35:23 [readability-identifier-naming]: modules/balancer/dataplane.c#L35
invalid case style for local pointer 'tcpHeader'
modules/balancer/dataplane.c:50:23 [readability-identifier-naming]: modules/balancer/dataplane.c#L50
invalid case style for local pointer 'udpHeader'
modules/balancer/dataplane.c:94:23 [readability-identifier-naming]: modules/balancer/dataplane.c#L94
invalid case style for local pointer 'ipv6Header'
modules/acl/dataplane.c:25:23 [readability-identifier-naming]: modules/acl/dataplane.c#L25
invalid case style for local pointer 'ipv4Header'
modules/acl/dataplane.c:40:23 [readability-identifier-naming]: modules/acl/dataplane.c#L40
invalid case style for local pointer 'tcpHeader'