xiaoxiang781216 commented on PR #8340: URL: https://github.com/apache/nuttx/pull/8340#issuecomment-1408364223
> BTW, this is how our CI checks for invalid characters: > > ```shell > cvt2utf convert -i h c --nobak . > > if [ -n "$(git status -s)" ]; then > exit 1 > else > exit 0 > fi > ``` > > This is very simple, it could be added in NuttX CI. could you integrate the check to https://github.com/apache/nuttx/blob/master/tools/checkpatch.sh? So, we don't fix the same problem again. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org