We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885b29f commit f6466c2Copy full SHA for f6466c2
packages/cli/binding/src/check/mod.rs
@@ -176,10 +176,6 @@ pub(crate) async fn execute_check(
176
}
177
178
Some(Err(failure)) => {
179
- // Trust the oxlint exit code: oxlint exits 0 for warning-only
180
- // output by default and exits non-zero when `denyWarnings` (or
181
- // `--deny-warnings`) promotes warnings to failures. The heading
182
- // still reflects the findings (warnings vs errors).
183
if failure.errors == 0 && failure.warnings > 0 {
184
output::warn(lint_message_kind.warning_heading());
185
} else {
0 commit comments