oxc/crates/oxc_cli
Boshen f13fe8a18b
feat!(linter): enforce rule severity from the cli and configuration file (#3337)
closes #2059

Breaking change:

* `--deny` / `-D` from the CLI and `error` from configuration file will
report diagnostics as severity "error".
* `--warn` / `-W` from the CLI and `warn` from configuration file will
report diagnostics as severity "warning".
2024-05-18 17:45:19 +08:00
..
fixtures feat!(linter): enforce rule severity from the cli and configuration file (#3337) 2024-05-18 17:45:19 +08:00
src feat!(linter): enforce rule severity from the cli and configuration file (#3337) 2024-05-18 17:45:19 +08:00
Cargo.toml chore: only build the allocators in release mode because they are slow to build (60s) 2024-04-02 17:39:01 +08:00