Skip to content

Commit 504a077

Browse files
committed
feat(linter): add DiagnosticResult to the Reporters for receiving a sub part result
1 parent 80cc710 commit 504a077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_diagnostics/src/service.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl DiagnosticService {
9696
/// are too many warning-level rule violations in your project. Errors do not count towards the
9797
/// warning limit.
9898
///
99-
/// Use [`max_warnings_exceeded`](DiagnosticService::max_warnings_exceeded) to check if too
99+
/// Use [`DiagnosticResult`](DiagnosticResult::max_warnings_exceeded) to check if too
100100
/// many warnings have been received.
101101
///
102102
/// Default: [`None`]

0 commit comments

Comments
 (0)