]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 11 Jun 2023 14:39:26 +0000 (16:39 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 11 Jun 2023 14:39:26 +0000 (16:39 +0200)
- disabled 'duplicate-code' lint check as it found checking parameters as
  duplicated code while it is needed for each function

pylint.rc

index 9b2f85024be0791fed03d6893bdf685c47ffef9f..215f2808368449c0f8956f008a3420036bf365d5 100644 (file)
--- 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