Skip to content

Commit

Permalink
mgr/dashboard: .pylintrc: ignore too-many-statements check
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit c3465e0)
  • Loading branch information
rjfd authored and Tatjana Dehler committed Apr 25, 2019
1 parent be171d9 commit 9fa2de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pybind/mgr/dashboard/.pylintrc
Expand Up @@ -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
Expand Down

0 comments on commit 9fa2de3

Please sign in to comment.