diff --git a/scripts/check-docs-quality.js b/scripts/check-docs-quality.js index 4769496ba2..057d4580df 100755 --- a/scripts/check-docs-quality.js +++ b/scripts/check-docs-quality.js @@ -142,6 +142,7 @@ async function ciCheck(prFilesPath) { const severityLevels = { error: 'error', warning: 'warning', + suggestion: 'notice', }; const level = severityLevels[alert.Severity] ?? 'notice'; const col = alert.Span ? alert.Span[0] : 1;