Skip to content

Commit

Permalink
feat(linter): add DiagnosticResult to the Reporters for receiving a s…
Browse files Browse the repository at this point in the history
…ub part result
  • Loading branch information
Sysix committed Jan 22, 2025
1 parent 80cc710 commit 504a077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_diagnostics/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl DiagnosticService {
/// are too many warning-level rule violations in your project. Errors do not count towards the
/// warning limit.
///
/// Use [`max_warnings_exceeded`](DiagnosticService::max_warnings_exceeded) to check if too
/// Use [`DiagnosticResult`](DiagnosticResult::max_warnings_exceeded) to check if too
/// many warnings have been received.
///
/// Default: [`None`]
Expand Down

0 comments on commit 504a077

Please sign in to comment.