Skip to content
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

fix(isEmail): fixed isFQDN still checking email length when ignore_max_length is true #2128

Closed
wants to merge 2 commits into from

Conversation

sakhmedbayev
Copy link
Contributor

Fixed the issue when the ignore_max_length option was not honored (did not have any effect) since the isFQDN function had its own check for the email parts length.

Checklist

  • PR contains only changes related; no stray files, etc.
  • Tests written (where applicable)

@sakhmedbayev sakhmedbayev changed the title fix(isEmail): fixed isFQDN still checking email length when ignore_max_length is false fix(isEmail): fixed isFQDN still checking email length when ignore_max_length is true Dec 14, 2022
Copy link
Member

@WikiRik WikiRik left a comment

Choose a reason for hiding this comment

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

Code changes look good, don't forget to document the new option for isFQDN in the README

@sakhmedbayev
Copy link
Contributor Author

Code changes look good, don't forget to document the new option for isFQDN in the README

@WikiRik, thanks, documented

Copy link
Member

@profnandaa profnandaa left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the fix! 🎉

@profnandaa profnandaa added mc-to-land Just merge-conflict standing between the PR and landing. 🎉 first-pr PR/combined labels Jan 28, 2023
@profnandaa profnandaa mentioned this pull request Feb 1, 2023
profnandaa added a commit that referenced this pull request Feb 1, 2023
…_max_length` is `true` (#2170)

profnandaa: clean-up #2128

---------

Co-authored-by: Said Akhmedbayev <[email protected]>
@profnandaa
Copy link
Member

combined in #2170

@profnandaa profnandaa closed this Feb 1, 2023
profnandaa added a commit that referenced this pull request Feb 1, 2023
fix(isEmail): fixed `isFQDN` still checking email length when
 `ignore_max_length` is `true`

profnandaa: clean-up #2128

---------

Co-authored-by: Said Akhmedbayev <[email protected]>
Co-authored-by: Said Akhmedbayev <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 first-pr ✅ LGTM mc-to-land Just merge-conflict standing between the PR and landing. PR/combined
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants