Qt improvements #26
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
3m 19s
Annotations
14 errors and 11 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.
TRAILING_WHITESPACE: trailing whitespace
File:samples/wifi/wfa_qt_app/CMakeLists.txt
Line:13
GLOBAL_INITIALISERS: do not initialise globals to NULL
File:samples/wifi/wfa_qt_app/src/events.c
Line:25
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:50
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:50
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:52
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:52
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:53
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:53
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:56
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:56
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:59
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:59
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:62
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:62
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:65
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:65
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:68
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:68
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:69
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:70
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:70
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:71
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:71
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:77
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:77
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:78
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:78
CODE_INDENT: code indent should use tabs where possible
File:samples/wifi/wfa_qt_app/src/events.c
Line:79
LEADING_SPACE: please, no spaces at the start of a line
File:samples/wifi/wfa_qt_app/src/events.c
Line:79
|
Run compliance checks on patch series (PR):
Nits.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
Please remove blank lines at end of 'samples/wifi/wfa_qt_app/CMakeLists.txt'
|
Run compliance checks on patch series (PR):
GitDiffCheck.txt#L1
Git conflict markers and whitespace errors are not allowed in added changes
87bc1ba4bbfd8da11b3ce4d9680910d5287d445a: samples/wifi/wfa_qt_app/CMakeLists.txt:13: trailing whitespace.
87bc1ba4bbfd8da11b3ce4d9680910d5287d445a: samples/wifi/wfa_qt_app/CMakeLists.txt:16: new blank line at EOF.
|
Run compliance checks on patch series (PR)
Process completed with exit code 1.
|
TRAILING_WHITESPACE:
samples/wifi/wfa_qt_app/CMakeLists.txt#L13
samples/wifi/wfa_qt_app/CMakeLists.txt:13 trailing whitespace
|
GLOBAL_INITIALISERS:
samples/wifi/wfa_qt_app/src/events.c#L25
samples/wifi/wfa_qt_app/src/events.c:25 do not initialise globals to NULL
|
CODE_INDENT:
samples/wifi/wfa_qt_app/src/events.c#L50
samples/wifi/wfa_qt_app/src/events.c:50 code indent should use tabs where possible
|
CODE_INDENT:
samples/wifi/wfa_qt_app/src/events.c#L52
samples/wifi/wfa_qt_app/src/events.c:52 code indent should use tabs where possible
|
CODE_INDENT:
samples/wifi/wfa_qt_app/src/events.c#L53
samples/wifi/wfa_qt_app/src/events.c:53 code indent should use tabs where possible
|
CODE_INDENT:
samples/wifi/wfa_qt_app/src/events.c#L56
samples/wifi/wfa_qt_app/src/events.c:56 code indent should use tabs where possible
|
CODE_INDENT:
samples/wifi/wfa_qt_app/src/events.c#L59
samples/wifi/wfa_qt_app/src/events.c:59 code indent should use tabs where possible
|
CODE_INDENT:
samples/wifi/wfa_qt_app/src/events.c#L62
samples/wifi/wfa_qt_app/src/events.c:62 code indent should use tabs where possible
|
CODE_INDENT:
samples/wifi/wfa_qt_app/src/events.c#L65
samples/wifi/wfa_qt_app/src/events.c:65 code indent should use tabs where possible
|
CODE_INDENT:
samples/wifi/wfa_qt_app/src/events.c#L68
samples/wifi/wfa_qt_app/src/events.c:68 code indent should use tabs where possible
|
Run compliance checks on patch series (PR)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.
|
LEADING_SPACE:
samples/wifi/wfa_qt_app/src/events.c#L50
samples/wifi/wfa_qt_app/src/events.c:50 please, no spaces at the start of a line
|
LEADING_SPACE:
samples/wifi/wfa_qt_app/src/events.c#L52
samples/wifi/wfa_qt_app/src/events.c:52 please, no spaces at the start of a line
|
LEADING_SPACE:
samples/wifi/wfa_qt_app/src/events.c#L53
samples/wifi/wfa_qt_app/src/events.c:53 please, no spaces at the start of a line
|
LEADING_SPACE:
samples/wifi/wfa_qt_app/src/events.c#L56
samples/wifi/wfa_qt_app/src/events.c:56 please, no spaces at the start of a line
|
LEADING_SPACE:
samples/wifi/wfa_qt_app/src/events.c#L59
samples/wifi/wfa_qt_app/src/events.c:59 please, no spaces at the start of a line
|
LEADING_SPACE:
samples/wifi/wfa_qt_app/src/events.c#L62
samples/wifi/wfa_qt_app/src/events.c:62 please, no spaces at the start of a line
|
LEADING_SPACE:
samples/wifi/wfa_qt_app/src/events.c#L65
samples/wifi/wfa_qt_app/src/events.c:65 please, no spaces at the start of a line
|
LEADING_SPACE:
samples/wifi/wfa_qt_app/src/events.c#L68
samples/wifi/wfa_qt_app/src/events.c:68 please, no spaces at the start of a line
|
LEADING_SPACE:
samples/wifi/wfa_qt_app/src/events.c#L70
samples/wifi/wfa_qt_app/src/events.c:70 please, no spaces at the start of a line
|
LEADING_SPACE:
samples/wifi/wfa_qt_app/src/events.c#L71
samples/wifi/wfa_qt_app/src/events.c:71 please, no spaces at the start of a line
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
Expired
|
7.95 KB |
|