oxc/crates/oxc_language_server
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
..
src feat!(linter): enforce rule severity from the cli and configuration file (#3337) 2024-05-18 17:45:19 +08:00
Cargo.toml chore: apply cargo autoinherit (#2826) 2024-03-26 23:57:50 +08:00