-
-
Notifications
You must be signed in to change notification settings - Fork 158
Disable email checking by default? #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
https://en.m.wikipedia.org/wiki/Jamie_Zawinski#Zawinski's_Law
this feature sounds scary when I first saw it. |
I was surprised to see email addresses being checked by default (but I have noticed the opt-out option for this type documented). I would assume it's rare that users want those checked (especially when not I plan to use lychee with docs for a mail-server product, and one of the inputs had quote wrapped example addresses. |
Yeah, excluding it by default is probably the way to go. At least I lean towards that at the moment. |
Yes, let's close it. Can you create a separate issue for the deprecation? Easier to keep track of it this way. |
Created: #1669 |
Most link checkers don't support checking email addresses.
On top of that, it can be hard to decide what a proper email address looks like. E.g.
[email protected]
would be a false-positive, which could be a valid email address.We should consider disabling email checks by default, deprecating the
--exclude-mail
flag and adding an--include-mail
flag instead. Alternatively we disable it in the Github action.The text was updated successfully, but these errors were encountered: