Skip to content

Commit 7a39e41

Browse files
authored
Include linter warnings in weekly report (#58402)
1 parent d9dcb4a commit 7a39e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content-linter/scripts/lint-report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const MAX_ISSUE_BODY_SIZE = 60000
1515
*/
1616
export const reportingConfig = {
1717
// Include only rules with these severities in reports
18-
includeSeverities: ['error'],
18+
includeSeverities: ['error', 'warning'],
1919
// Include these rules regardless of severity in reports
2020
includeRules: ['expired-content'],
2121
}

0 commit comments

Comments
 (0)