AT Host Refactoring for pipe based architecture #811
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
2m 14s
Annotations
7 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#L1851
app/src/sm_at_host.c:1851 do not use C99 // comments
|
|
C99_COMMENTS:
app/src/sm_at_host.c#L1795
app/src/sm_at_host.c:1795 do not use C99 // comments
|
|
SPACING:
app/src/sm_at_host.c#L1764
app/src/sm_at_host.c:1764 space required before the open parenthesis '('
|
|
POINTER_LOCATION:
app/src/sm_at_host.c#L459
app/src/sm_at_host.c:459 "(foo*)" should be "(foo *)"
|
|
BLOCK_COMMENT_STYLE:
app/src/sm_at_host.c#L735
app/src/sm_at_host.c:735 Block comments should align the * on each line
|
|
BLOCK_COMMENT_STYLE:
app/src/sm_at_host.c#L730
app/src/sm_at_host.c:730 Block comments should align the * on each line
|
|
BLOCK_COMMENT_STYLE:
app/src/sm_at_host.c#L718
app/src/sm_at_host.c:718 Block comments should align the * on each line
|
|
LONG_LINE:
app/src/sm_at_host.c#L551
app/src/sm_at_host.c:551 line length of 101 exceeds 100 columns
|
|
LONG_LINE:
app/src/sm_at_host.c#L514
app/src/sm_at_host.c:514 line length of 108 exceeds 100 columns
|
|
LINE_SPACING:
app/src/sm_at_host.c#L459
app/src/sm_at_host.c:459 Missing a blank line after declarations
|
|
LONG_LINE:
app/src/sm_at_host.c#L450
app/src/sm_at_host.c:450 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#L338
app/src/sm_at_host.c:338 line length of 109 exceeds 100 columns
|
|
LINE_SPACING:
app/src/sm_at_host.c#L184
app/src/sm_at_host.c:184 Missing a blank line after declarations
|