suit: Added address validator module and used it in the orchestrator #66890
Annotations
8 errors and 9 warnings
Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
SPACE_BEFORE_TAB: please, no space before tabs
File:subsys/suit/validator/include/suit_validator.h
Line:11
BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
File:tests/subsys/suit/common/validator_test/validator_test.c
Line:14
BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
File:tests/subsys/suit/common/validator_test/validator_test.c
Line:14
OPEN_BRACE: that open brace { should be on the previous line
File:tests/subsys/suit/common/validator_test/validator_test.c
Line:15
SPACING: space required before the open parenthesis '('
File:tests/subsys/suit/common/validator_test/validator_test.c
Line:15
CODE_INDENT: code indent should use tabs where possible
File:tests/subsys/suit/common/validator_test/validator_test.c
Line:27
SPACE_BEFORE_TAB: please, no space before tabs
File:tests/subsys/suit/common/validator_test/validator_test.c
Line:27
LEADING_SPACE: please, no spaces at the start of a line
File:tests/subsys/suit/common/validator_test/validator_test.c
Line:27
CODE_INDENT: code indent should use tabs where possible
File:tests/subsys/suit/common/validator_test/validator_test.c
Line:33
SPACE_BEFORE_TAB: please, no space before tabs
File:tests/subsys/suit/common/validator_test/validator_test.c
Line:33
LEADING_SPACE: please, no spaces at the start of a line
File:tests/subsys/suit/common/validator_test/validator_test.c
Line:33
|
GitDiffCheck.txt#L1
Git conflict markers and whitespace errors are not allowed in added changes
e359632d75ea316fd087540693482288e506da28: tests/subsys/suit/common/validator_test/validator_test.c:27: space before tab in indent.
e359632d75ea316fd087540693482288e506da28: tests/subsys/suit/common/validator_test/validator_test.c:33: space before tab in indent.
|
|
tests/subsys/suit/common/validator_test/validator_test.c#L15
tests/subsys/suit/common/validator_test/validator_test.c:15 that open brace { should be on the previous line
|
tests/subsys/suit/common/validator_test/validator_test.c#L15
tests/subsys/suit/common/validator_test/validator_test.c:15 space required before the open parenthesis '('
|
tests/subsys/suit/common/validator_test/validator_test.c#L27
tests/subsys/suit/common/validator_test/validator_test.c:27 code indent should use tabs where possible
|
tests/subsys/suit/common/validator_test/validator_test.c#L33
tests/subsys/suit/common/validator_test/validator_test.c:33 code indent should use tabs where possible
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
subsys/suit/validator/include/suit_validator.h#L11
subsys/suit/validator/include/suit_validator.h:11 please, no space before tabs
|
tests/subsys/suit/common/validator_test/validator_test.c#L14
tests/subsys/suit/common/validator_test/validator_test.c:14 Block comments use * on subsequent lines
|
tests/subsys/suit/common/validator_test/validator_test.c#L14
tests/subsys/suit/common/validator_test/validator_test.c:14 Block comments use a trailing */ on a separate line
|
tests/subsys/suit/common/validator_test/validator_test.c#L27
tests/subsys/suit/common/validator_test/validator_test.c:27 please, no space before tabs
|
tests/subsys/suit/common/validator_test/validator_test.c#L27
tests/subsys/suit/common/validator_test/validator_test.c:27 please, no spaces at the start of a line
|
tests/subsys/suit/common/validator_test/validator_test.c#L33
tests/subsys/suit/common/validator_test/validator_test.c:33 please, no space before tabs
|
tests/subsys/suit/common/validator_test/validator_test.c#L33
tests/subsys/suit/common/validator_test/validator_test.c:33 please, no spaces at the start of a line
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "compliance.xml".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading