]> granicus.if.org Git - graphviz/commitdiff
disable Pylint’s too-many-lines warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 29 Jul 2021 00:21:28 +0000 (17:21 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 30 Jul 2021 04:33:23 +0000 (21:33 -0700)
By the nature of how Graphviz makes use of Python, some test sources are long
files of independent functions. It does not make sense to split these up and
having long files is not an impediment to maintaining these test cases.

.pylintrc

index 62ba05ebefad6654851049ecf8e14ecedd1da337..8aee9f105beb0f60a330daf7d89a504fcff7b893 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -146,7 +146,8 @@ disable=print-statement,
         subprocess-run-check,
         invalid-name,
         too-many-locals,
-        global-statement
+        global-statement,
+        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