From: Ricardo Dias Date: Fri, 15 Jun 2018 08:04:11 +0000 (+0100) Subject: mgr/dashboard: .pylintrc: ignore too-many-statements check X-Git-Tag: v13.2.6~68^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9fa2de366e99fb82949a60e53d3bddc7658ef9aa;p=ceph.git mgr/dashboard: .pylintrc: ignore too-many-statements check Signed-off-by: Ricardo Dias (cherry picked from commit c3465e03ad11d8c39b61a221aaee78762bc9465c) --- diff --git a/src/pybind/mgr/dashboard/.pylintrc b/src/pybind/mgr/dashboard/.pylintrc index 7db065e40de7..a9681c9c7151 100644 --- a/src/pybind/mgr/dashboard/.pylintrc +++ b/src/pybind/mgr/dashboard/.pylintrc @@ -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