-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(parser): add a common SARIF parser and use it for checkstyle #718
base: master
Are you sure you want to change the base?
Conversation
I just realized, that |
Thanks, overall seems good to me to add sarif support.
I'd keep the checkstyle spec but adapt the input to the sarif output.
See https://github.com/nvim-lua/nvim-lua-plugin-template?tab=readme-ov-file#run-tests To help further I'd need to know exact errors. |
OK I got the tests working on a Linux machine. Something tries to run |
I addressed all comments and added a comprehensive spec file for the |
I found a bug with checkstyle on Windows, when using the SARIF format: checkstyle/checkstyle#16127 |
This adds a SARIF parser and uses it for
checkstyle.