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

This variable name is not descriptive #49

Closed
todo bot opened this issue Aug 24, 2019 · 0 comments
Closed

This variable name is not descriptive #49

todo bot opened this issue Aug 24, 2019 · 0 comments

Comments

@todo
Copy link

todo bot commented Aug 24, 2019

// TODO: This variable name is not descriptive
const PasswordManager = 8
const EmailValidationRegex = "(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|\"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*\")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\\])" //nolint
const SignupInvalidEmailMessage = "Email is not valid"
const SignupPasswordLengthMessage = "Password should have at least 8 characters"
const resetPasswordWrongCodeError = "Wrong reset password code"


This issue was generated by todo based on a TODO comment in 9d7a308 when #40 was merged. cc @bixlabs.
@todo todo bot added the todo 🗒️ label Aug 24, 2019
@jac1013 jac1013 closed this as completed Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant