Skip to content

fix(email): do not attempt to validate address #184

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

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

StaticRocket
Copy link
Contributor

@StaticRocket StaticRocket commented Oct 28, 2024

The regex expression to correctly validate an email address is incredibly long and unnecessarily complex for what we are trying to accomplish here [1]. Instead of validating the email address, let's just make sure two values separated with an "@" are present.

[1] https://en.wikipedia.org/wiki/Email_address#Syntax

The regex expression to correctly validate an email address is
incredibly long and unnecessarily complex for what we are trying to
accomplish here [1]. Instead of validating the email address, let's just
make sure two values separated with an "@" are present.

[1] https://en.wikipedia.org/wiki/Email_address#Syntax

Signed-off-by: Randolph Sapp <rs@ti.com>
Copy link

Copy link
Contributor

@shenxianpeng shenxianpeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I will publish a new release soon.

@shenxianpeng shenxianpeng added the bug Something isn't working label Oct 28, 2024
@shenxianpeng shenxianpeng merged commit d5c0ff4 into commit-check:main Oct 28, 2024
4 of 5 checks passed
@shenxianpeng
Copy link
Contributor

Hi @StaticRocket, new versions commit-check-action@v1 and commit-check-action@v0.6.1 have been released.

@StaticRocket
Copy link
Contributor Author

Awesome, thanks for the quick turnaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy