Skip to content

samples: basic: blinky: eGPIO PoC #2

samples: basic: blinky: eGPIO PoC

samples: basic: blinky: eGPIO PoC #2

Triggered via pull request June 13, 2024 14:13
Status Failure
Total duration 2m 55s
Artifacts 1

compliance.yml

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

Annotations

17 errors and 8 warnings
SWITCH_CASE_INDENT_LEVEL: drivers/gpio/gpio_nrfe.c#L42
drivers/gpio/gpio_nrfe.c:42 switch and case should be at the same indent
OPEN_BRACE: drivers/gpio/gpio_nrfe.c#L60
drivers/gpio/gpio_nrfe.c:60 that open brace { should be on the previous line
SWITCH_CASE_INDENT_LEVEL: samples/basic/blinky/remote/src/main.c#L137
samples/basic/blinky/remote/src/main.c:137 switch and case should be at the same indent
OPEN_BRACE: samples/basic/blinky/remote/src/main.c#L224
samples/basic/blinky/remote/src/main.c:224 that open brace { should be on the previous line
TRAILING_STATEMENTS: samples/basic/blinky/remote/src/main.c#L229
samples/basic/blinky/remote/src/main.c:229 trailing statements should be on next line
KeepSorted: drivers/gpio/Kconfig#L181
drivers/gpio/Kconfig:181 sorted block is not sorted, sort by running: "ex -s -c '98,180 sort i|x' drivers/gpio/Kconfig"
E0611: scripts/tests/twister_blackbox/test_runner.py#L18
scripts/tests/twister_blackbox/test_runner.py:18 No name 'TEST_DATA' in module 'conftest' (no-name-in-module)
E0611: scripts/tests/twister_blackbox/test_runner.py#L18
scripts/tests/twister_blackbox/test_runner.py:18 No name 'testsuite_filename_mock' in module 'conftest' (no-name-in-module)
E0611: scripts/tests/twister_blackbox/test_runner.py#L18
scripts/tests/twister_blackbox/test_runner.py:18 No name 'clear_log_in_test' in module 'conftest' (no-name-in-module)
Run compliance checks on patch series (PR)
Process completed with exit code 6.
Run compliance checks on patch series (PR): KeepSorted.txt#L1
Check for blocks of code or config that should be kept sorted. KeepSorted:sorted block is not sorted, sort by running: "ex -s -c '98,180 sort i|x' drivers/gpio/Kconfig" File:drivers/gpio/Kconfig Line:181
Run compliance checks on patch series (PR): Kconfig.txt#L1
See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details. Found pointless 'menuconfig' symbols without children. Use regular 'config' symbols instead. See https://docs.zephyrproject.org/latest/build/kconfig/tips.html#menuconfig-symbols. GPIO_NRFE drivers/gpio/Kconfig.nrfe:4
Run compliance checks on patch series (PR): KconfigBasicNoModules.txt#L1
See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details. Found pointless 'menuconfig' symbols without children. Use regular 'config' symbols instead. See https://docs.zephyrproject.org/latest/build/kconfig/tips.html#menuconfig-symbols. GPIO_NRFE drivers/gpio/Kconfig.nrfe:4
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 4e7470cc09: 1: UC6 Commit message body is empty, should at least have 1 line(s).
Run compliance checks on patch series (PR): Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details. SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent File:drivers/gpio/gpio_nrfe.c Line:42 OPEN_BRACE: that open brace { should be on the previous line File:drivers/gpio/gpio_nrfe.c Line:60 LINE_SPACING: Missing a blank line after declarations File:drivers/gpio/gpio_nrfe.c Line:217 LINE_SPACING: Missing a blank line after declarations File:samples/basic/blinky/remote/src/main.c Line:88 LINE_SPACING: Missing a blank line after declarations File:samples/basic/blinky/remote/src/main.c Line:91 LONG_LINE_COMMENT: line length of 109 exceeds 100 columns File:samples/basic/blinky/remote/src/main.c Line:101 SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent File:samples/basic/blinky/remote/src/main.c Line:137 LONG_LINE: line length of 108 exceeds 100 columns File:samples/basic/blinky/remote/src/main.c Line:146 LONG_LINE: line length of 108 exceeds 100 columns File:samples/basic/blinky/remote/src/main.c Line:157 LONG_LINE: line length of 108 exceeds 100 columns File:samples/basic/blinky/remote/src/main.c Line:168 LONG_LINE: line length of 108 exceeds 100 columns File:samples/basic/blinky/remote/src/main.c Line:179 OPEN_BRACE: that open brace { should be on the previous line File:samples/basic/blinky/remote/src/main.c Line:224 TRAILING_STATEMENTS: trailing statements should be on next line File:samples/basic/blinky/remote/src/main.c Line:229
Run compliance checks on patch series (PR): Pylint.txt#L1
See https://www.pylint.org/ for more details E0611:No name 'TEST_DATA' in module 'conftest' (no-name-in-module) File:scripts/tests/twister_blackbox/test_runner.py Line:18 Column:0 E0611:No name 'testsuite_filename_mock' in module 'conftest' (no-name-in-module) File:scripts/tests/twister_blackbox/test_runner.py Line:18 Column:0 E0611:No name 'clear_log_in_test' in module 'conftest' (no-name-in-module) File:scripts/tests/twister_blackbox/test_runner.py Line:18 Column:0
Run compliance checks on patch series (PR)
Process completed with exit code 1.
LINE_SPACING: drivers/gpio/gpio_nrfe.c#L217
drivers/gpio/gpio_nrfe.c:217 Missing a blank line after declarations
LINE_SPACING: samples/basic/blinky/remote/src/main.c#L88
samples/basic/blinky/remote/src/main.c:88 Missing a blank line after declarations
LINE_SPACING: samples/basic/blinky/remote/src/main.c#L91
samples/basic/blinky/remote/src/main.c:91 Missing a blank line after declarations
LONG_LINE_COMMENT: samples/basic/blinky/remote/src/main.c#L101
samples/basic/blinky/remote/src/main.c:101 line length of 109 exceeds 100 columns
LONG_LINE: samples/basic/blinky/remote/src/main.c#L146
samples/basic/blinky/remote/src/main.c:146 line length of 108 exceeds 100 columns
LONG_LINE: samples/basic/blinky/remote/src/main.c#L157
samples/basic/blinky/remote/src/main.c:157 line length of 108 exceeds 100 columns
LONG_LINE: samples/basic/blinky/remote/src/main.c#L168
samples/basic/blinky/remote/src/main.c:168 line length of 108 exceeds 100 columns
LONG_LINE: samples/basic/blinky/remote/src/main.c#L179
samples/basic/blinky/remote/src/main.c:179 line length of 108 exceeds 100 columns

Artifacts

Produced during runtime
Name Size
compliance.xml Expired
1.33 KB