Skip to content

AT Host Refactoring for pipe based architecture #810

AT Host Refactoring for pipe based architecture

AT Host Refactoring for pipe based architecture #810

Triggered via pull request February 24, 2026 12:13
Status Failure
Total duration 2m 24s
Artifacts

compliance.yml

on: pull_request
Run compliance checks on patch series (PR)
2m 20s
Run compliance checks on patch series (PR)
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 warnings
Run compliance checks on patch series (PR)
Process completed with exit code 3.
C99_COMMENTS: app/src/sm_uart_handler.c#L192
app/src/sm_uart_handler.c:192 do not use C99 // comments
ASSIGN_IN_IF: app/src/sm_ppp.c#L349
app/src/sm_ppp.c:349 do not use assignment in if condition
C99_COMMENTS: app/src/sm_at_host.c#L1837
app/src/sm_at_host.c:1837 do not use C99 // comments
C99_COMMENTS: app/src/sm_at_host.c#L1781
app/src/sm_at_host.c:1781 do not use C99 // comments
SPACING: app/src/sm_at_host.c#L1750
app/src/sm_at_host.c:1750 space required before the open parenthesis '('
C99_COMMENTS: app/src/sm_at_host.c#L925
app/src/sm_at_host.c:925 do not use C99 // comments
POINTER_LOCATION: app/src/sm_at_host.c#L428
app/src/sm_at_host.c:428 "(foo*)" should be "(foo *)"
BLOCK_COMMENT_STYLE: app/src/sm_at_host.c#L712
app/src/sm_at_host.c:712 Block comments should align the * on each line
BLOCK_COMMENT_STYLE: app/src/sm_at_host.c#L707
app/src/sm_at_host.c:707 Block comments should align the * on each line
BLOCK_COMMENT_STYLE: app/src/sm_at_host.c#L695
app/src/sm_at_host.c:695 Block comments should align the * on each line
LONG_LINE: app/src/sm_at_host.c#L528
app/src/sm_at_host.c:528 line length of 101 exceeds 100 columns
LONG_LINE: app/src/sm_at_host.c#L489
app/src/sm_at_host.c:489 line length of 108 exceeds 100 columns
LINE_SPACING: app/src/sm_at_host.c#L428
app/src/sm_at_host.c:428 Missing a blank line after declarations
LONG_LINE: app/src/sm_at_host.c#L419
app/src/sm_at_host.c:419 line length of 108 exceeds 100 columns
LONG_LINE: app/src/sm_at_host.c#L371
app/src/sm_at_host.c:371 line length of 110 exceeds 100 columns
LONG_LINE: app/src/sm_at_host.c#L340
app/src/sm_at_host.c:340 line length of 109 exceeds 100 columns
LINE_SPACING: app/src/sm_at_host.c#L183
app/src/sm_at_host.c:183 Missing a blank line after declarations