wip: nrf9131ek board files #47785
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
4m 44s
Annotations
11 errors
Run compliance checks on patch series (PR):
Gitlint.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details
Commit 965b53346f:
1: UC2 Commit message does not contain a 'Signed-off-by:' line
1: UC3 Commit title does not follow [subsystem]: [subject] (and should not start with literal subsys:): "some renamings"
1: UC6 Commit message body is empty, should at least have 1 line(s).
3: B6 Body message is missing
Commit 1a6ff0ef5d:
1: UC2 Commit message does not contain a 'Signed-off-by:' line
1: UC3 Commit title does not follow [subsystem]: [subject] (and should not start with literal subsys:): "get flash info using jesd216 sample"
1: UC6 Commit message body is empty, should at least have 1 line(s).
3: B6 Body message is missing
Commit b6697bee1e:
1: UC2 Commit message does not contain a 'Signed-off-by:' line
1: UC3 Commit title does not follow [subsystem]: [subject] (and should not start with literal subsys:): "workaround for npm1300"
1: UC6 Commit message body is empty, should at least have 1 line(s).
3: B6 Body message is missing
Commit 15e77514a0:
1: T5 Title contains the word 'wip' (case-insensitive): "wip: spi flash"
1: UC2 Commit message does not contain a 'Signed-off-by:' line
1: UC6 Commit message body is empty, should at least have 1 line(s).
3: B6 Body message is missing
Commit 1777a86852:
1: UC2 Commit message does not contain a 'Signed-off-by:' line
1: UC3 Commit title does not follow [subsystem]: [subject] (and should not start with literal subsys:): "enable charging"
1: UC6 Commit message body is empty, should at least have 1 line(s).
3: B6 Body message is missing
Commit 0d085f3a77:
1: UC2 Commit message does not contain a 'Signed-off-by:' line
1: UC3 Commit title does not follow [subsystem]: [subject] (and should not start with literal subsys:): "enable regulator by default"
1: UC6 Commit message body is empty, should at least have 1 line(s).
3: B6 Body message is missing
Commit d5ff8fa2e0:
1: T5 Title contains the word 'wip' (case-insensitive): "wip: nrf9131ek board files"
1: UC2 Commit message does not contain a 'Signed-off-by:' line
1: UC6 Commit message body is empty, should at least have 1 line(s).
3: B6 Body message is missing
|
Run compliance checks on patch series (PR):
Identity.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details
965b53346fc008dbcc4792e0bce736c26e60ad95: author email (Maximilian Deubel <maximilian.deubel@nordicsemi.no>) needs to match one of the signed-off-by entries.
1a6ff0ef5da902f555996572f200d06447932b7e: author email (Maximilian Deubel <maximilian.deubel@nordicsemi.no>) needs to match one of the signed-off-by entries.
b6697bee1e258d8ae05c66f1a50166bbfe45a339: author email (Maximilian Deubel <maximilian.deubel@nordicsemi.no>) needs to match one of the signed-off-by entries.
15e77514a015e72cdef025ea8690362e150a0c8b: author email (Maximilian Deubel <maximilian.deubel@nordicsemi.no>) needs to match one of the signed-off-by entries.
1777a868527dc9e4a3b56310957bf6702881ac04: author email (Maximilian Deubel <maximilian.deubel@nordicsemi.no>) needs to match one of the signed-off-by entries.
0d085f3a77ab16850341a61eb4fbe2eccf0f211e: author email (Maximilian Deubel <maximilian.deubel@nordicsemi.no>) needs to match one of the signed-off-by entries.
d5ff8fa2e0f49680b2c543a3ff7b1f96a263f2c6: author email (Maximilian Deubel <maximilian.deubel@nordicsemi.no>) needs to match one of the signed-off-by entries.
|
Run compliance checks on patch series (PR):
GitDiffCheck.txt#L1
Git conflict markers and whitespace errors are not allowed in added changes
b6697bee1e258d8ae05c66f1a50166bbfe45a339: boards/arm/nrf9131ek_nrf9131/npm1300.c:42: trailing whitespace.
|
Run compliance checks on patch series (PR):
Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
SPACING: space required after that ';' (ctx:VxV)
File:boards/arm/nrf9131ek_nrf9131/npm1300.c
Line:15
C99_COMMENTS: do not use C99 // comments
File:boards/arm/nrf9131ek_nrf9131/npm1300.c
Line:39
TRAILING_WHITESPACE: trailing whitespace
File:boards/arm/nrf9131ek_nrf9131/npm1300.c
Line:42
C99_COMMENTS: do not use C99 // comments
File:boards/arm/nrf9131ek_nrf9131/npm1300.c
Line:42
C99_COMMENTS: do not use C99 // comments
File:boards/arm/nrf9131ek_nrf9131/npm1300.c
Line:47
|
Run compliance checks on patch series (PR)
Process completed with exit code 1.
|
SPACING:
boards/arm/nrf9131ek_nrf9131/npm1300.c#L15
boards/arm/nrf9131ek_nrf9131/npm1300.c:15 space required after that ';' (ctx:VxV)
|
C99_COMMENTS:
boards/arm/nrf9131ek_nrf9131/npm1300.c#L39
boards/arm/nrf9131ek_nrf9131/npm1300.c:39 do not use C99 // comments
|
TRAILING_WHITESPACE:
boards/arm/nrf9131ek_nrf9131/npm1300.c#L42
boards/arm/nrf9131ek_nrf9131/npm1300.c:42 trailing whitespace
|
C99_COMMENTS:
boards/arm/nrf9131ek_nrf9131/npm1300.c#L42
boards/arm/nrf9131ek_nrf9131/npm1300.c:42 do not use C99 // comments
|
C99_COMMENTS:
boards/arm/nrf9131ek_nrf9131/npm1300.c#L47
boards/arm/nrf9131ek_nrf9131/npm1300.c:47 do not use C99 // comments
|
Run compliance checks on patch series (PR)
Process completed with exit code 4.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
Expired
|
5.83 KB |
|