xiaoxiang781216 commented on PR #2801: URL: https://github.com/apache/nuttx-apps/pull/2801#issuecomment-2445677254
please fix the style issue report here: https://github.com/apache/nuttx-apps/actions/runs/11580827866/job/32250505341?pr=2801 ``` ../nuttx/tools/checkpatch.sh -m -g d9e178aad022030224d1c95628cab1784a13a339..HEAD /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/ble/ble.c: error: No block comments found Error: /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/ble/ble.c:1:1: error: Missing file header comment block Warning: /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/ble/ble.c:1:1: warning: #include outside of 'Included Files' section Error: /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/ble/ble.c:2:0: error: Path relative to repository other than "nuttx" must begin with the root directory Warning: /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/ble/ble.c:2:1: warning: #include outside of 'Included Files' section ``` you can run this command locally before updating the patch: ``` ../nuttx/tools/checkpatch.sh -g HEAD~...HEAD ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
