You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/01/30 10:27:28 UTC

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8340: Fixed non-UTF characters.

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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org