Check for existing issues
Describe the feature
I am applying vale to an existing body of documentation that contains numerous violations across numerous files.
Currently, output is emitted file oriented (in both line and JSON flavours). Violations are grouped by file.
To make fix-the-world commits, each will be easier to review if the diff contains fixes for violations relating to a single Check at a time.
To that end, is there a way to have vale emit output that is grouped by Check?
(At the moment, I'm working around this by outputting a JSON file then producing a per-commit work-list from that via some throwaway script)
Check for existing issues
Describe the feature
I am applying vale to an existing body of documentation that contains numerous violations across numerous files.
Currently, output is emitted file oriented (in both
lineandJSONflavours). Violations are grouped by file.To make fix-the-world commits, each will be easier to review if the diff contains fixes for violations relating to a single Check at a time.
To that end, is there a way to have vale emit output that is grouped by Check?
(At the moment, I'm working around this by outputting a JSON file then producing a per-commit work-list from that via some throwaway script)