mirror of
https://github.com/ceph/ceph
synced 2025-03-06 08:20:12 +00:00
mgr/dashboard: .pylintrc: ignore too-many-statements check
Signed-off-by: Ricardo Dias <rdias@suse.com>
This commit is contained in:
parent
e707c13fcc
commit
c3465e03ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user