]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: .pylintrc: ignore too-many-statements check 22528/head
authorRicardo Dias <rdias@suse.com>
Fri, 15 Jun 2018 08:04:11 +0000 (09:04 +0100)
committerRicardo Dias <rdias@suse.com>
Fri, 15 Jun 2018 08:04:11 +0000 (09:04 +0100)
Signed-off-by: Ricardo Dias <rdias@suse.com>
src/pybind/mgr/dashboard/.pylintrc

index 7db065e40de75496ae40d121774eea9dc8239ce5..a9681c9c71510b00c69eb012cdb27a20ef2141d4 100644 (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