Include linter warnings in weekly report (#58402)
This commit is contained in:
@@ -15,7 +15,7 @@ const MAX_ISSUE_BODY_SIZE = 60000
|
|||||||
*/
|
*/
|
||||||
export const reportingConfig = {
|
export const reportingConfig = {
|
||||||
// Include only rules with these severities in reports
|
// Include only rules with these severities in reports
|
||||||
includeSeverities: ['error'],
|
includeSeverities: ['error', 'warning'],
|
||||||
// Include these rules regardless of severity in reports
|
// Include these rules regardless of severity in reports
|
||||||
includeRules: ['expired-content'],
|
includeRules: ['expired-content'],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user