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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking Changes
"Code" and "Description" are now separate columns in the CSV output, whereas before they were
combined in the "Code" column. They are also separate keys in the "record" format if calling
sarif-tools from Python.
--blame-filter argument has been replaced with --filter, using a new YAML-based format for
more general filtering to replace the previous ad hoc text format which only supported blame.
There is a new upgrade-filter command to upgrade your old blame filter files to the new
format.
Thanks to @abyss638 for contributing this enhancement!
Added
New codeclimate command to generate output for GitLab use.
Thanks to @abyss638 for contributing this enhancement!
New emacs command to generate output for the popular Linux text editor.
Thanks to @dkloper for contributing this enhancement!