mgr/dashboard: .pylintrc: ignore too-many-statements check

Signed-off-by: Ricardo Dias <rdias@suse.com>
This commit is contained in:
Ricardo Dias 2018-06-15 09:04:11 +01:00
parent e707c13fcc
commit c3465e03ad
No known key found for this signature in database
GPG Key ID: 74390C579BD37B68

View File

@ -117,7 +117,8 @@ disable=import-star-module-level,
too-few-public-methods,
no-member,
too-many-arguments,
too-many-locals
too-many-locals,
too-many-statements
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option