Skip to content

Commit

Permalink
added duplicate id active to deprecated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
v-viyada committed Mar 21, 2024
1 parent cdffb97 commit ee00852
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export class LoadAssessmentDataSchemaProvider {
const deprecatedRequirements = [
{ assessmentKey: 'automated-checks', requirementKey: 'aria-roledescription' },
{ assessmentKey: 'automated-checks', requirementKey: 'duplicate-id' },
{ assessmentKey: 'automated-checks', requirementKey: 'duplicate-id-active' },
];
deprecatedRequirements.forEach(requirement => {
if (this.getAssessments(schema)[requirement.assessmentKey] === undefined) {
Expand Down

0 comments on commit ee00852

Please sign in to comment.