You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/06 18:09:49 UTC

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #718: nxstyle: No line with check on single line comments.

patacongo edited a comment on issue #718: nxstyle:  No line with check on single line comments.
URL: https://github.com/apache/incubator-nuttx/issues/718#issuecomment-609929379
 
 
   For example, this long line is not detected:
   
       /****************************************************************************
        * junk.c
        ****************************************************************************/
       
       /* This is a very long, single line comment.  This is a very long, single line comment.  This is a very long, single line comment. */
       
       /****************************************************************************
        * Public Functions
        ****************************************************************************/
   With the old, existing nxstyle, the above long line is not detected.  This is corrected with PR #743 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services