vala-lang/vala-lint

Add option to display rule fixing metadata

colinkiama opened this issue · 0 comments

This will be useful for adding auto-fixing support to code editors. For more details see: https://github.com/fnando/vscode-linter/blob/main/docs/creating-linters.md#adding-code-for-inline-fixes

Note: It may also be convinient to implement of a JSON ouput for much simpler lint error parsing.