Skip to content

Commit e85e63f

Browse files
authored
Update README.md
1 parent 90c53ea commit e85e63f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ require "erblint-github/linters"
2525
linters:
2626
GitHub::Accessibility::AvoidBothDisabledAndAriaDisabled:
2727
enabled: true
28+
GitHub::Accessibility::AvoidGenericLinkTextCounter:
29+
enabled: true
2830
GitHub::Accessibility::IframeHasTitle:
2931
enabled: true
3032
GitHub::Accessibility::ImageHasAlt:
@@ -64,4 +66,4 @@ If you use VS Code, we highly encourage [ERB Linter extension](https://marketpla
6466
## Note
6567

6668
This repo contains several accessibility-related linting rules to help surface accessibility issues that would otherwise go undetected until a later stage. Please note that due to the limitations of static code analysis,
67-
these ERB accessibility checks are NOT enough for ensuring the accessibility of your app. This shouldn't be the only tool you use to catch accessibility issues and should be supplemented with other tools that can check the runtime browser DOM output, as well as processes like accessibility design reviews, manual audits, user testing, etc.
69+
these ERB accessibility checks are NOT enough for ensuring the accessibility of your app. This shouldn't be the only tool you use to catch accessibility issues and should be supplemented with other tools that can check the runtime browser DOM output, as well as processes like accessibility design reviews, manual audits, user testing, etc.

0 commit comments

Comments
 (0)