Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion support/ember-a11y-ignore.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// This is a codemod that takes a ember a11y report and ignores the failing a11y rules in the tests
// they were reported from. It can be ran the command line from the root of this monorepo like this:
//
// EMBER_A11Y_REPORT_FILE=~/Downloads/ember-a11y-reports-latest/desktop.json pnpm dlx jscodeshift -t ./support/ember-a11y-ignore.mjs ui/desktop/tests
// EMBER_A11Y_REPORT_FILE=~/Downloads/ember-a11y-reports/desktop.json pnpm dlx jscodeshift -t ./support/ember-a11y-ignore.mjs ui/desktop/tests
//
// This file passes exports a transform function which is used by the jscodeshift package to execute
// the codemode. Since codeshift doesn't provide a way of specifying arguments, the report file is
Expand Down