From 4b86fa5aeeb25fbced3efebcb979fd2c11fdc993 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Fri, 6 Jul 2018 10:20:44 +0100 Subject: [PATCH] commands/show: disable pylint Disable pylint for wa/commands/show.py. Due to changes in recent versions of pylint, it now takes an excessively long time to process this file. --- wa/commands/show.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wa/commands/show.py b/wa/commands/show.py index 8a24ca09..b3dced40 100644 --- a/wa/commands/show.py +++ b/wa/commands/show.py @@ -12,6 +12,12 @@ # See the License for the specific language governing permissions and # limitations under the License. # + +# TODO: because of some weirdness involving get_params_rst and underline +# functions from wa.utils.doc, pylint gets stuck here for a very +# long time. To avoid that, skip this file. +# pylint: disable-all + import sys from subprocess import call, Popen, PIPE