microsoft / sarif-tools

A set of Python command line tools for working with SARIF files produced by code analysis tools
MIT License
76 stars 19 forks source link

New tool that converts SARIF file to txt suitable for Emacs #16

Closed dkloper closed 10 months ago

dkloper commented 1 year ago

Introduce new 'emacs' sub-command (derived from html command) that converts SARIF to a text file. When opened in emacs, this file will bring a compilation mode, allowing easy navigation among code scan issues.

dkloper commented 1 year ago

@microsoft-github-policy-service agree

balgillo commented 10 months ago

Thank you for your contribution! We need README.md updated as well, but as it's been so long I'll get this merged and then update README in a separate PR.

balgillo commented 10 months ago

Docs added and fixed a bug under https://github.com/microsoft/sarif-tools/pull/21