1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Include linter warnings in weekly report (#58402)

This commit is contained in:
Sarah Schneider
2025-11-07 14:48:24 -05:00
committed by GitHub
parent d9dcb4ae1c
commit 7a39e41b88

View File

@@ -15,7 +15,7 @@ const MAX_ISSUE_BODY_SIZE = 60000
*/
export const reportingConfig = {
// Include only rules with these severities in reports
includeSeverities: ['error'],
includeSeverities: ['error', 'warning'],
// Include these rules regardless of severity in reports
includeRules: ['expired-content'],
}