btashton commented on pull request #1759: URL: https://github.com/apache/incubator-nuttx/pull/1759#issuecomment-691210688
@v01d You can do this by enabling annotations. See how I enabled this for nxstyle: https://github.com/apache/incubator-nuttx/blob/7b965a25d853f72bfc2d6d46fe35a5bab39c653d/.github/workflows/check.yml#L34 https://github.com/apache/incubator-nuttx/blob/7b965a25d853f72bfc2d6d46fe35a5bab39c653d/.github/nxstyle.json#L13 So you would still want to do the `|| true` like you had earlier, but now it would add warning annotations in the build. ---------------------------------------------------------------- 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: [email protected]
