samples: bluetooth: HID SCI support in HID samples #10
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
2m 15s
Annotations
8 errors and 6 warnings
|
Run compliance checks on patch series (PR)
Process completed with exit code 1.
|
|
Run compliance checks on patch series (PR):
Nits.txt#L0
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
Please remove blank lines at end of 'samples/bluetooth/peripheral_hids_mouse/hid_sci.conf'
|
|
Run compliance checks on patch series (PR):
GitDiffCheck.txt#L0
Git conflict markers and whitespace errors are not allowed in added changes
c86e4a5e220bde0dbc9728ca0318abceb74e77b8: samples/bluetooth/peripheral_hids_mouse/hid_sci.conf:11: new blank line at EOF.
|
|
Run compliance checks on patch series (PR):
Checkpatch.txt#L0
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
INITIALISED_STATIC: do not initialise statics to false
File:samples/bluetooth/central_hids/src/main.c
Line:86
OPEN_BRACE: open brace '{' following function definitions go on the next line
File:samples/bluetooth/central_hids/src/main.c
Line:392
UNNECESSARY_ELSE: else is not generally useful after a break or return
File:samples/bluetooth/central_hids/src/main.c
Line:425
INITIALISED_STATIC: do not initialise statics to 0
File:samples/bluetooth/central_hids/src/main.c
Line:671
LINE_SPACING: Missing a blank line after declarations
File:samples/bluetooth/peripheral_hids_keyboard/src/main.c
Line:355
LINE_SPACING: Missing a blank line after declarations
File:samples/bluetooth/peripheral_hids_keyboard/src/main.c
Line:518
LINE_SPACING: Missing a blank line after declarations
File:samples/bluetooth/peripheral_hids_mouse/src/main.c
Line:430
LINE_SPACING: Missing a blank line after declarations
File:samples/bluetooth/peripheral_hids_mouse/src/main.c
Line:552
|
|
Run compliance checks on patch series (PR)
Process completed with exit code 3.
|
|
INITIALISED_STATIC:
samples/bluetooth/central_hids/src/main.c#L671
samples/bluetooth/central_hids/src/main.c:671 do not initialise statics to 0
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
|
|
OPEN_BRACE:
samples/bluetooth/central_hids/src/main.c#L392
samples/bluetooth/central_hids/src/main.c:392 open brace '{' following function definitions go on the next line
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
|
|
INITIALISED_STATIC:
samples/bluetooth/central_hids/src/main.c#L86
samples/bluetooth/central_hids/src/main.c:86 do not initialise statics to false
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
|
|
Run compliance checks on patch series (PR)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf, actions/checkout@v4, actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
LINE_SPACING:
samples/bluetooth/peripheral_hids_mouse/src/main.c#L552
samples/bluetooth/peripheral_hids_mouse/src/main.c:552 Missing a blank line after declarations
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
|
|
LINE_SPACING:
samples/bluetooth/peripheral_hids_mouse/src/main.c#L430
samples/bluetooth/peripheral_hids_mouse/src/main.c:430 Missing a blank line after declarations
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
|
|
LINE_SPACING:
samples/bluetooth/peripheral_hids_keyboard/src/main.c#L518
samples/bluetooth/peripheral_hids_keyboard/src/main.c:518 Missing a blank line after declarations
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
|
|
LINE_SPACING:
samples/bluetooth/peripheral_hids_keyboard/src/main.c#L355
samples/bluetooth/peripheral_hids_keyboard/src/main.c:355 Missing a blank line after declarations
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
|
|
UNNECESSARY_ELSE:
samples/bluetooth/central_hids/src/main.c#L425
samples/bluetooth/central_hids/src/main.c:425 else is not generally useful after a break or return
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
compliance.xml
|
1.13 KB |
sha256:22562cfec74a2d7e371511d2ec206f941c061bb8e52c33cdf50c133cd7374cff
|
|