You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be better for SARIF to be supported by the build tool or by javac, but an implementation in the Checker Framework would fill the gap until that time comes.
Currently, Checker Framework outputs all the warnings and errors to the console.
When using a build system like maven or gradle, the order of output can vary (see known bug with maven).
Checker Framework should generate a parsable report file which can be easily extended to create universal suppression systems, etc.
Currently, at Checkstyle, we use a custom suppression model built with groovy, which parses the output and checks the
.xml
suppression file.The text was updated successfully, but these errors were encountered: