We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dcb4a commit 7a39e41Copy full SHA for 7a39e41
src/content-linter/scripts/lint-report.ts
@@ -15,7 +15,7 @@ const MAX_ISSUE_BODY_SIZE = 60000
15
*/
16
export const reportingConfig = {
17
// Include only rules with these severities in reports
18
- includeSeverities: ['error'],
+ includeSeverities: ['error', 'warning'],
19
// Include these rules regardless of severity in reports
20
includeRules: ['expired-content'],
21
}
0 commit comments