Skip to content

samples: dect: add simple sample #32

samples: dect: add simple sample

samples: dect: add simple sample #32

Triggered via pull request April 8, 2024 08:58
Status Failure
Total duration 1m 30s
Artifacts 1

compliance.yml

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

Annotations

12 errors and 9 warnings
Run compliance checks on patch series (PR): Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details. TYPO_SPELLING: 'tranceiver' may be misspelled - perhaps 'transceiver'? File:samples/dect/dect_phy_simple/README.rst Line:34 TYPO_SPELLING: 'incomming' may be misspelled - perhaps 'incoming'? File:samples/dect/dect_phy_simple/README.rst Line:35 BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines File:samples/dect/dect_phy_simple/src/main.c Line:51 BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line File:samples/dect/dect_phy_simple/src/main.c Line:63 OPEN_BRACE: open brace '{' following function definitions go on the next line File:samples/dect/dect_phy_simple/src/main.c Line:107 SPACING: space required before the open brace '{' File:samples/dect/dect_phy_simple/src/main.c Line:107 LINE_SPACING: Missing a blank line after declarations File:samples/dect/dect_phy_simple/src/main.c Line:166 SPACING: space prohibited after that open parenthesis '(' File:samples/dect/dect_phy_simple/src/main.c Line:170 SPACING: space required before the open brace '{' File:samples/dect/dect_phy_simple/src/main.c Line:197 SPACING: spaces required around that '=' (ctx:VxV) File:samples/dect/dect_phy_simple/src/main.c Line:220 LINE_SPACING: Missing a blank line after declarations File:samples/dect/dect_phy_simple/src/main.c Line:221 RETURN_VOID: void function return statements are not generally useful File:samples/dect/dect_phy_simple/src/main.c Line:235 SPACING: spaces required around that '=' (ctx:VxV) File:samples/dect/dect_phy_simple/src/main.c Line:280 BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines File:samples/dect/dect_phy_simple/src/main.c Line:314 C99_COMMENTS: do not use C99 // comments File:samples/dect/dect_phy_simple/src/main.c Line:330 SPACING: spaces required around that '!=' (ctx:VxV) File:samples/dect/dect_phy_simple/src/main.c Line:355 SPACING: spaces required around that '==' (ctx:VxV) File:samples/dect/dect_phy_simple/src/main.c Line:367 SPACING: space required before the open parenthesis '(' File:samples/dect/dect_phy_simple/src/main.c Line:367 ELSE_AFTER_BRACE: else should follow close brace '}' File:samples/dect/dect_phy_simple/src/main.c Line:370 SPACING: space required before the open parenthesis '(' File:samples/dect/dect_phy_simple/src/main.c Line:466 SPACING: space required after that ',' (ctx:VxV) File:samples/dect/dect_phy_simple/src/main.c Line:481 SPACING: spaces required around that '=' (ctx:VxW) File:samples/dect/dect_phy_simple/src/main.c Line:509
Run compliance checks on patch series (PR)
Process completed with exit code 1.
OPEN_BRACE: samples/dect/dect_phy_simple/src/main.c#L107
samples/dect/dect_phy_simple/src/main.c:107 open brace '{' following function definitions go on the next line
SPACING: samples/dect/dect_phy_simple/src/main.c#L107
samples/dect/dect_phy_simple/src/main.c:107 space required before the open brace '{'
SPACING: samples/dect/dect_phy_simple/src/main.c#L170
samples/dect/dect_phy_simple/src/main.c:170 space prohibited after that open parenthesis '('
SPACING: samples/dect/dect_phy_simple/src/main.c#L197
samples/dect/dect_phy_simple/src/main.c:197 space required before the open brace '{'
SPACING: samples/dect/dect_phy_simple/src/main.c#L220
samples/dect/dect_phy_simple/src/main.c:220 spaces required around that '=' (ctx:VxV)
SPACING: samples/dect/dect_phy_simple/src/main.c#L280
samples/dect/dect_phy_simple/src/main.c:280 spaces required around that '=' (ctx:VxV)
C99_COMMENTS: samples/dect/dect_phy_simple/src/main.c#L330
samples/dect/dect_phy_simple/src/main.c:330 do not use C99 // comments
SPACING: samples/dect/dect_phy_simple/src/main.c#L355
samples/dect/dect_phy_simple/src/main.c:355 spaces required around that '!=' (ctx:VxV)
SPACING: samples/dect/dect_phy_simple/src/main.c#L367
samples/dect/dect_phy_simple/src/main.c:367 spaces required around that '==' (ctx:VxV)
SPACING: samples/dect/dect_phy_simple/src/main.c#L367
samples/dect/dect_phy_simple/src/main.c:367 space required before the open parenthesis '('
Run compliance checks on patch series (PR)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
TYPO_SPELLING: samples/dect/dect_phy_simple/README.rst#L34
samples/dect/dect_phy_simple/README.rst:34 'tranceiver' may be misspelled - perhaps 'transceiver'?
TYPO_SPELLING: samples/dect/dect_phy_simple/README.rst#L35
samples/dect/dect_phy_simple/README.rst:35 'incomming' may be misspelled - perhaps 'incoming'?
BLOCK_COMMENT_STYLE: samples/dect/dect_phy_simple/src/main.c#L51
samples/dect/dect_phy_simple/src/main.c:51 Block comments use * on subsequent lines
BLOCK_COMMENT_STYLE: samples/dect/dect_phy_simple/src/main.c#L63
samples/dect/dect_phy_simple/src/main.c:63 Block comments use a trailing */ on a separate line
LINE_SPACING: samples/dect/dect_phy_simple/src/main.c#L166
samples/dect/dect_phy_simple/src/main.c:166 Missing a blank line after declarations
LINE_SPACING: samples/dect/dect_phy_simple/src/main.c#L221
samples/dect/dect_phy_simple/src/main.c:221 Missing a blank line after declarations
RETURN_VOID: samples/dect/dect_phy_simple/src/main.c#L235
samples/dect/dect_phy_simple/src/main.c:235 void function return statements are not generally useful
BLOCK_COMMENT_STYLE: samples/dect/dect_phy_simple/src/main.c#L314
samples/dect/dect_phy_simple/src/main.c:314 Block comments use * on subsequent lines

Artifacts

Produced during runtime
Name Size
compliance.xml Expired
6.31 KB