New Features
-
Linter Command:
- Introduced
--reporting-target
and--reporting-format
flags to themago lint
command, providing greater flexibility in how linting issues are reported.
--reporting-target
:Allows specifying the output target for issue reports.
- Default:
stdout
- Options:
stdout
: Outputs to standard output.stderr
: Outputs to standard error.
--reporting-format
:Allows selecting the format for issue reports.
- Default:
rich
- Options:
rich
: Detailed output for terminal display.medium
: Compact, terminal-friendly format.short
: Minimal output, useful for quick overviews.github
: Tailored for GitHub Actions annotations.json
: Structured JSON output for machine-readable reports.
- Introduced
Full Changelog: 0.0.8...0.0.9