From: Roland Häder <roland@mxchange.org>
Date: Sun, 11 Jun 2023 14:39:26 +0000 (+0200)
Subject: Continued:
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cda5588820154cd758d570dfafcee72ee60f2c18;p=fba.git

Continued:
- disabled 'duplicate-code' lint check as it found checking parameters as
  duplicated code while it is needed for each function
---

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