acassis commented on PR #19977:
URL: https://github.com/apache/nuttx/pull/19977#issuecomment-5425537005
@yushuailong please fix this issue:
```
../nuttx/tools/checkpatch.sh -c -u -m -g
1f8c4bcaafcc56b47a255f450450d82d3cba2a6a..HEAD
Error:
/home/runner/work/nuttx/nuttx/nuttx/sched/sched/sched_sporadic.c:734:10: error:
Missing blank line after declarations
Used config files:
1: .codespellrc
Some checks failed. For contributing guidelines, see:
```
@simbit18 I think we need to find some solution to avoid run the complete CI
test with there are some kind of errors during the Check. We cannot force to
stop if the Check fails because there are case where CamelCase should be
ignored.
Maybe as better alternative should be the checkpatch/nxstyle to adds some
watermark to confirm to CI that the user at least ran it and fixed the issues.
--
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]