Skip to content

Commit 06322c4

Browse files
committed
refactor: update scoreReduction for axe rating
1 parent 5115d40 commit 06322c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/ratings/built-in-ratings/axe-rating.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const axeRating: PerBuildRating = {
2626
description: 'Checks for accessibility violations using the Axe-core engine.',
2727
category: RatingCategory.MEDIUM_IMPACT,
2828
id: 'axe-a11y',
29-
scoreReduction: '20%',
29+
scoreReduction: '10%',
3030
rate: ({ buildResult, axeRepairAttempts }) => {
3131
const violations = buildResult.axeViolations as Result[] | undefined;
3232
// Start with a perfect score.

0 commit comments

Comments
 (0)