Draft of eGPIO SHIM #8
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
3m 38s
Annotations
17 errors and 7 warnings
SPACING:
arch/xtensa/include/xtensa_asm2_s.h#L651
arch/xtensa/include/xtensa_asm2_s.h:651 spaces required around that ':' (ctx:VxE)
|
POINTER_LOCATION:
drivers/gpio/egpio_nrfx.c#L68
drivers/gpio/egpio_nrfx.c:68 "(foo*)" should be "(foo *)"
|
POINTER_LOCATION:
drivers/gpio/egpio_nrfx.c#L83
drivers/gpio/egpio_nrfx.c:83 "(foo*)" should be "(foo *)"
|
POINTER_LOCATION:
drivers/gpio/egpio_nrfx.c#L92
drivers/gpio/egpio_nrfx.c:92 "(foo*)" should be "(foo *)"
|
POINTER_LOCATION:
drivers/gpio/egpio_nrfx.c#L102
drivers/gpio/egpio_nrfx.c:102 "(foo*)" should be "(foo *)"
|
POINTER_LOCATION:
drivers/gpio/egpio_nrfx.c#L112
drivers/gpio/egpio_nrfx.c:112 "(foo*)" should be "(foo *)"
|
POINTER_LOCATION:
drivers/gpio/egpio_nrfx.c#L122
drivers/gpio/egpio_nrfx.c:122 "(foo*)" should be "(foo *)"
|
C99_COMMENTS:
drivers/gpio/egpio_nrfx.c#L131
drivers/gpio/egpio_nrfx.c:131 do not use C99 // comments
|
C99_COMMENTS:
drivers/gpio/egpio_nrfx.c#L137
drivers/gpio/egpio_nrfx.c:137 do not use C99 // comments
|
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)
|
Run compliance checks on patch series (PR):
GitDiffCheck.txt#L1
Git conflict markers and whitespace errors are not allowed in added changes
6da674e2b1b8d9a05bcc87a9a85beef289adf953: drivers/gpio/Kconfig.nrfx:32: new blank line at EOF.
6dfa696a92a30547b5d64cd048a6288164fd5a4b: modules/hal_nordic/nrfe/Kconfig:17: new blank line at EOF.
|
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 5aaa08a57a:
1: UC6 Commit message body is empty, should at least have 1 line(s).
|
Run compliance checks on patch series (PR):
Identity.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details
809c0923c6154f55fad5d6dd7528c47768928234: author email (Giardina, Anthony <[email protected]>) needs to match one of the signed-off-by entries.
809c0923c6154f55fad5d6dd7528c47768928234: author email (Giardina, Anthony <[email protected]>) does not follow the syntax: First Last <email>.
|
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 'drivers/gpio/Kconfig.nrfx'
Please remove blank lines at end of 'modules/hal_nordic/nrfe/Kconfig'
Please remove blank lines at start of 'samples/basic/blinky/boards/nrf54l15pdk_nrf54l15_cpuapp.overlay'
|
Run compliance checks on patch series (PR):
Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
LINE_SPACING: Missing a blank line after declarations
File:arch/xtensa/include/xtensa_asm2_s.h
Line:649
SPACING: spaces required around that ':' (ctx:VxE)
File:arch/xtensa/include/xtensa_asm2_s.h
Line:651
LONG_LINE: line length of 109 exceeds 100 columns
File:drivers/gpio/egpio_nrfx.c
Line:65
POINTER_LOCATION: "(foo*)" should be "(foo *)"
File:drivers/gpio/egpio_nrfx.c
Line:68
LONG_LINE: line length of 110 exceeds 100 columns
File:drivers/gpio/egpio_nrfx.c
Line:81
POINTER_LOCATION: "(foo*)" should be "(foo *)"
File:drivers/gpio/egpio_nrfx.c
Line:83
POINTER_LOCATION: "(foo*)" should be "(foo *)"
File:drivers/gpio/egpio_nrfx.c
Line:92
LONG_LINE: line length of 110 exceeds 100 columns
File:drivers/gpio/egpio_nrfx.c
Line:100
POINTER_LOCATION: "(foo*)" should be "(foo *)"
File:drivers/gpio/egpio_nrfx.c
Line:102
LONG_LINE: line length of 110 exceeds 100 columns
File:drivers/gpio/egpio_nrfx.c
Line:110
POINTER_LOCATION: "(foo*)" should be "(foo *)"
File:drivers/gpio/egpio_nrfx.c
Line:112
LONG_LINE: line length of 110 exceeds 100 columns
File:drivers/gpio/egpio_nrfx.c
Line:120
POINTER_LOCATION: "(foo*)" should be "(foo *)"
File:drivers/gpio/egpio_nrfx.c
Line:122
LINE_SPACING: Missing a blank line after declarations
File:drivers/gpio/egpio_nrfx.c
Line:130
C99_COMMENTS: do not use C99 // comments
File:drivers/gpio/egpio_nrfx.c
Line:131
C99_COMMENTS: do not use C99 // comments
File:drivers/gpio/egpio_nrfx.c
Line:137
|
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 'ZEPHYR_BASE' 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:
arch/xtensa/include/xtensa_asm2_s.h#L649
arch/xtensa/include/xtensa_asm2_s.h:649 Missing a blank line after declarations
|
LONG_LINE:
drivers/gpio/egpio_nrfx.c#L65
drivers/gpio/egpio_nrfx.c:65 line length of 109 exceeds 100 columns
|
LONG_LINE:
drivers/gpio/egpio_nrfx.c#L81
drivers/gpio/egpio_nrfx.c:81 line length of 110 exceeds 100 columns
|
LONG_LINE:
drivers/gpio/egpio_nrfx.c#L100
drivers/gpio/egpio_nrfx.c:100 line length of 110 exceeds 100 columns
|
LONG_LINE:
drivers/gpio/egpio_nrfx.c#L110
drivers/gpio/egpio_nrfx.c:110 line length of 110 exceeds 100 columns
|
LONG_LINE:
drivers/gpio/egpio_nrfx.c#L120
drivers/gpio/egpio_nrfx.c:120 line length of 110 exceeds 100 columns
|
LINE_SPACING:
drivers/gpio/egpio_nrfx.c#L130
drivers/gpio/egpio_nrfx.c:130 Missing a blank line after declarations
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
Expired
|
1.45 KB |
|