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

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

fjpanag commented on PR #8340:
URL: https://github.com/apache/nuttx/pull/8340#issuecomment-1408332135

   BTW, this is how our CI checks for invalid characters:
   
   ```sh
   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.


-- 
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