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 86923dc commit f06a07fCopy full SHA for f06a07f
plugin/index.js
@@ -33,7 +33,7 @@ module.exports = {
33
pa11yOpts,
34
});
35
if (issueCount > 0) {
36
- const postRunMsg = `Pa11y found ${issueCount} accessibility issues with your site! Check the logs above for more information.`
+ const postRunMsg = `Pa11y found ${issueCount} accessibility violations on your site! Check the logs above for more information.`
37
console.log(report);
38
if (failWithIssues) {
39
build.failBuild(postRunMsg)
0 commit comments