From cda5588820154cd758d570dfafcee72ee60f2c18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 11 Jun 2023 16:39:26 +0200 Subject: [PATCH] Continued: - disabled 'duplicate-code' lint check as it found checking parameters as duplicated code while it is needed for each function --- pylint.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylint.rc b/pylint.rc index 9b2f850..215f280 100644 --- a/pylint.rc +++ b/pylint.rc @@ -60,7 +60,7 @@ confidence= # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use "--disable=all --enable=classes # --disable=W". -disable=anomalous-backslash-in-string +disable=anomalous-backslash-in-string, duplicate-code # 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.2