From 3a455417c5217f1d90a0c660a18e860eb44cd997 Mon Sep 17 00:00:00 2001 From: Philippe Duval Date: Wed, 12 Sep 2018 10:49:21 -0400 Subject: [PATCH] Disable too-many-lines pylint rule. --- .pylintrc | 1 + .pylintrc37 | 1 + 2 files changed, 2 insertions(+) diff --git a/.pylintrc b/.pylintrc index f85cbf3259..498ba2b778 100644 --- a/.pylintrc +++ b/.pylintrc @@ -57,6 +57,7 @@ confidence= disable=fixme, missing-docstring, invalid-name + too-many-lines # 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 # multiple time (only on the command line, not in the configuration file where diff --git a/.pylintrc37 b/.pylintrc37 index ef6ce31186..d43a26da38 100644 --- a/.pylintrc37 +++ b/.pylintrc37 @@ -146,6 +146,7 @@ disable=invalid-name, no-else-return, useless-object-inheritance, possibly-unused-variable + too-many-lines # 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