From 2796b26d92dcfd8df9c81aa9df8928c2e044d9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 4 Jun 2019 13:59:12 +0200 Subject: [PATCH] Harmonize pylintrc with baseimage repo --- .pylintrc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 7fb46c0..1cbae5d 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,5 +1,12 @@ [TYPECHECK] ignored-modules = zmq -max-line-length = 150 +max-line-length = 120 disable = missing-docstring, too-few-public-methods, invalid-name + +[SIMILARITIES] + +min-similarity-lines=6 +ignore-comments=yes +ignore-docstrings=yes +ignore-imports=yes