lupyuen commented on PR #18907: URL: https://github.com/apache/nuttx/pull/18907#issuecomment-4493959376
@PiyushPatle26 Could you add "Signed-off-by" to your commits? And run [nxstyle](https://lupyuen.org/articles/pr#check-coding-style) to fix the formatting errors below. Thanks :-) https://github.com/apache/nuttx/actions/runs/26137295099/job/76875152946?pr=18907#step:3:91 ``` ❌ Missing Signed-off-by Used config files: 1: .codespellrc Warning: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/beagleplay/include/board_memorymap.h:18:1: warning: #include outside of 'Included Files' section Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/beagleplay/src/beagleplay_autoleds.c:91:1: error: Missing blank line before comment found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/beagleplay/src/beagleplay_autoleds.c:91:1: error: Missing blank line after comment Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/beagleplay/src/beagleplay_autoleds.c:95:1: error: Missing blank line before comment found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/beagleplay/src/beagleplay_autoleds.c:95:1: error: Missing blank line after comment Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/beagleplay/src/beagleplay_autoleds.c:99:1: error: Missing blank line before comment found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/beagleplay/src/beagleplay_autoleds.c:99:1: error: Missing blank line after comment Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/beagleplay/src/beagleplay_autoleds.c:103:1: error: Missing blank line before comment found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/beagleplay/src/beagleplay_autoleds.c:103:1: error: Missing blank line after comment Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/beagleplay/src/beagleplay_autoleds.c:108:1: error: Missing blank line before comment found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/beagleplay/src/beagleplay_autoleds.c:108:1: error: Missing blank line after comment Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/beagleplay/src/beagleplay_bringup.c:76:1: error: Too many blank lines Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/pocketbeagle2/src/pocketbeagle2_autoleds.c:91:1: error: Missing blank line before comment found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/pocketbeagle2/src/pocketbeagle2_autoleds.c:91:1: error: Missing blank line after comment Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/pocketbeagle2/src/pocketbeagle2_autoleds.c:95:1: error: Missing blank line before comment found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/pocketbeagle2/src/pocketbeagle2_autoleds.c:95:1: error: Missing blank line after comment Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/pocketbeagle2/src/pocketbeagle2_autoleds.c:99:1: error: Missing blank line before comment found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/pocketbeagle2/src/pocketbeagle2_autoleds.c:99:1: error: Missing blank line after comment Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/pocketbeagle2/src/pocketbeagle2_autoleds.c:103:1: error: Missing blank line before comment found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/pocketbeagle2/src/pocketbeagle2_autoleds.c:103:1: error: Missing blank line after comment Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/pocketbeagle2/src/pocketbeagle2_autoleds.c:108:1: error: Missing blank line before comment found Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm64/am62x/pocketbeagle2/src/pocketbeagle2_autoleds.c:108:1: error: Missing blank line after comment Some checks failed. For contributing guidelines, see: https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md ``` -- 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]
