Commits
Click on a commit to change the comparison rangerefactor(linter): Simplify the markdown table generation so we only define this logic in one place, rather than two. Add a basic test for the default reporter and ensuring it handles the `enabled` set. Update apps/oxlint/src/output_formatter/default.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Connor Shea <connor.james.shea@gmail.com> Pass `enabled` for the json formatter.
This will print whether each rule is enabled in the JSON output of `--rules`.
Maybe we should make this return a string instead of a boolean, to distinguish between off/warn/error?