davids5 commented on a change in pull request #12: nxstyle improvements with No tooling URL: https://github.com/apache/incubator-nuttx/pull/12#discussion_r361978161
########## File path: tools/README.txt ########## @@ -313,7 +313,15 @@ nxstyle.c standard. This program is completely ignorant of C syntax; it simply performs crude pattern matching to check the file. - Usage: nxstyle <path-to-file-to-check> + Prints formatted messages that are classified as info, warn, error, + fatal. In a parsable format that can be used by editors and IDEs. + + Usage: nxstyle [-m <maxline>] [-s] [-g] <path-to-file-to-check> + Where -m <maxline> is the maximum line length allowed + Where -s silent prints not output, returns 0 for OK and 1 + for any errors. + Where -g go-no-go output only prints PASS/FAIL gor a Review comment: ```suggestion Where -g go-no-go output only prints PASS/FAIL for a ``` ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services