You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/erblint-github/linters/github/accessibility/aria_label_is_well_formatted.rb
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ class AriaLabelIsWellFormatted < Linter
10
10
includeERBLint::Linters::CustomHelpers
11
11
includeLinterRegistry
12
12
13
-
MESSAGE="[aria-label] text should be formatted the same as you would visual text. Use sentence case."
13
+
MESSAGE="[aria-label] text should be formatted the same as you would visual text. Use sentence case, and don't format it like an ID. Additionally, `aria-label` should be concise and should not contain line breaks."
0 commit comments