From c3465e03ad11d8c39b61a221aaee78762bc9465c Mon Sep 17 00:00:00 2001 From: Ricardo Dias Date: Fri, 15 Jun 2018 09:04:11 +0100 Subject: [PATCH] mgr/dashboard: .pylintrc: ignore too-many-statements check Signed-off-by: Ricardo Dias --- src/pybind/mgr/dashboard/.pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5