xeBuz/Flask-Validator

View on GitHub

Showing 49 of 49 total issues

Expected 2 blank lines after class or function definition, found 1
Open

db.create_all()
Severity: Minor
Found in examples/example.py by pep8

Line too long (92 > 79 characters)
Open

ValidateCurrency, ValidateIBAN, ValidateISBN, ValidateBIC, ValidateRange, ValidateNumber
Severity: Minor
Found in flask_validator/__init__.py by pep8

Line too long (89 > 79 characters)
Open

from .comparison import ValidateLessThan, ValidateLessThanOrEqual, ValidateGreaterThan, \

Line too long (86 > 79 characters)
Open

from .financial import ValidateCreditCard, ValidateCurrency, ValidateIBAN, ValidateBIC

Expected 2 blank lines, found 1
Open

class ValidateError(ValueError):
Severity: Minor
Found in flask_validator/exceptions.py by pep8

Line too long (91 > 79 characters)
Open

check_deliverability: (bool) Set to False to skip the domain name resolution check.

Trailing whitespace
Open

""" Numbers Validators
Severity: Minor
Found in flask_validator/constraints/numbers.py by pep8

Line too long (93 > 79 characters)
Open

from .constraints import ValidateInteger, ValidateNumeric, ValidateString, ValidateBoolean, \
Severity: Minor
Found in flask_validator/__init__.py by pep8

Line too long (97 > 79 characters)
Open

def __init__(self, field, range_valid, allow_null=True, throw_exception=False, message=None):
Severity: Minor
Found in flask_validator/constraints/others.py by pep8

Line too long (90 > 79 characters)
Open

ValidateUUID, ValidateCountry, ValidateTimezone, ValidateLocale, ValidateCreditCard, \
Severity: Minor
Found in flask_validator/__init__.py by pep8

Line too long (84 > 79 characters)
Open

from .types import ValidateInteger, ValidateNumeric, ValidateString, ValidateBoolean

Line too long (94 > 79 characters)
Open

allow_empty_local (bool) Set to True to allow an empty local part (i.e. @example.com),

Line too long (98 > 79 characters)
Open

def __init__(self, field, max_length=None, min_length=0, throw_exception=False, message=None):
Severity: Minor
Found in flask_validator/constraints/numbers.py by pep8

Line too long (104 > 79 characters)
Open

raise ValidateError('Value %s from column %s is not valid' % (value, initiator.key))
Severity: Minor
Found in flask_validator/validator.py by pep8

Line too long (85 > 79 characters)
Open

ValidateLength, ValidateLessThan, ValidateLessThanOrEqual, ValidateGreaterThan, \
Severity: Minor
Found in flask_validator/__init__.py by pep8

Line too long (82 > 79 characters)
Open

""" Create an SQLAlchemy event listening the 'set' in a particular column.
Severity: Minor
Found in flask_validator/validator.py by pep8

Line too long (116 > 79 characters)
Open

allow_smtputf8: (bool) Set to False to prohibit internationalized addresses that would require the SMTPUTF8.

Line too long (109 > 79 characters)
Open

FlaskValidator.__init__(self, field, allow_null, throw_exception, message, interpolate_message, self)
Severity: Minor
Found in flask_validator/validator.py by pep8

Line too long (96 > 79 characters)
Open

def __init__(self, field, ipv6=False, allow_null=True, throw_exception=False, message=None):

Line too long (84 > 79 characters)
Open

def __init__(self, field, allow_null=True, throw_exception=False, message=None):
Severity
Category
Status
Source
Language