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
I would suggest to replace the regex with a library like https://validators.readthedocs.io or fix the regex pattern. It might also be a good idea to add a --source=url type of option in the CLI.
PS: I can create a PR if you agree.
The text was updated successfully, but these errors were encountered:
The current regex fails to validate 'https://hackmd.io/@abdelhamid/ethereum-alignment' as a valid URL.
I would suggest to replace the regex with a library like https://validators.readthedocs.io or fix the regex pattern. It might also be a good idea to add a
--source=url
type of option in the CLI.PS: I can create a PR if you agree.
The text was updated successfully, but these errors were encountered: