Public bug reported:

Issue:
In the "validators.py" file, the predominant and correct naming standard
for methods to validate a field has the syntax:  validate_<field's name>.
Some method's name don't respect that standard.

Solution:
Rewrite the methods's name to meet an adequate standard.

Example: "password_validator" should be rewrite "validate_password"

** Affects: horizon
     Importance: Undecided
     Assignee: Marcellin Fom Tchassem (mf6510)
         Status: New


** Tags: low-hanging-fruit

** Changed in: horizon
     Assignee: (unassigned) => Marcellin Fom Tchassem (mf6510)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1554239

Title:
  Rewrite some method's name to have a proper naming standard

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Issue:
  In the "validators.py" file, the predominant and correct naming standard
  for methods to validate a field has the syntax:  validate_<field's name>.
  Some method's name don't respect that standard.

  Solution:
  Rewrite the methods's name to meet an adequate standard.

  Example: "password_validator" should be rewrite "validate_password"

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1554239/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to