oxc-project / oxc

⚓ A collection of JavaScript tools written in Rust.
https://oxc.rs
MIT License
12.41k stars 454 forks source link

Export checkstyle or SARIF format #2355

Closed Maeda-Naoki closed 6 months ago

Maeda-Naoki commented 9 months ago

Can oxc export Lint results in checkstyle format or SARIF format?
I would like to display oxc's Lint results on the PR using reviewdog.

Boshen commented 8 months ago

The infrastructure is ready to accept more reporters. See https://github.com/oxc-project/oxc/blob/main/crates/oxc_diagnostics/src/reporter.rs

Boshen commented 8 months ago

checkstyle is preferred https://eslint.org/docs/latest/use/formatters/#checkstyle