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: v14.0.1~1070^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c3465e03ad11d8c39b61a221aaee78762bc9465c;p=ceph.git mgr/dashboard: .pylintrc: ignore too-many-statements check Signed-off-by: Ricardo Dias --- diff --git a/src/pybind/mgr/dashboard/.pylintrc b/src/pybind/mgr/dashboard/.pylintrc index 7db065e40de75..a9681c9c71510 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