adamfeuer commented on pull request #1501:
URL: https://github.com/apache/incubator-nuttx/pull/1501#issuecomment-674278230


   @v01d You can feed checkpatch a list of files to check explicitly. Something 
like this (filtering for the files you want):
   
   ```
   git diff --name-only master | egrep "\.c|\.h" | xargs echo | xargs 
./tools/checkpatch.sh -f | less
   ```


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


Reply via email to