oxc/crates/oxc_cli
Jason Miller a4c064795c
Fix: return 0 exit code when warnings<max_warnings (#933)
`oxlint --max-warnings 99999` should exit with success status code when
there are warnings but no errors found. Currently any warning or error
results in an exit status of 1.
2023-09-23 23:46:15 +12:00
..
fixtures fix(cli): correct ignore-pattern behavior; add more cli tests (#796) 2023-08-26 00:03:49 +08:00
src Fix: return 0 exit code when warnings<max_warnings (#933) 2023-09-23 23:46:15 +12:00
Cargo.toml feat(resolver): add more tracing events to resolver (#907) 2023-09-14 15:34:51 +08:00