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: Rakefile
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,5 @@ task :validate => [:build] do
31
31
# --empty-alt-ignore # To avoid needing to fix lots upfront, we can migrate towards this later.
32
32
# --allow-hash-href # Allow empty `#` links to mean "top of page". It's true that these can be errors, however we have far too many to really address this.
33
33
# --url-swap # Adjust for Jekyll's baseurl. See https://github.com/gjtorikian/html-proofer/issues/618 for more.
34
-
# --url-ignore # Allow mailto links without a target email, for our Share links. Works around https://github.com/gjtorikian/html-proofer/issues/552.
35
-
# # Allow old event links which aren't easily updated.
0 commit comments