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 5115d40 commit 06322c4Copy full SHA for 06322c4
runner/ratings/built-in-ratings/axe-rating.ts
@@ -26,7 +26,7 @@ export const axeRating: PerBuildRating = {
26
description: 'Checks for accessibility violations using the Axe-core engine.',
27
category: RatingCategory.MEDIUM_IMPACT,
28
id: 'axe-a11y',
29
- scoreReduction: '20%',
+ scoreReduction: '10%',
30
rate: ({ buildResult, axeRepairAttempts }) => {
31
const violations = buildResult.axeViolations as Result[] | undefined;
32
// Start with a perfect score.
0 commit comments