aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-02 08:58:29 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-02 08:58:29 +0100
commitba6329bbe14c832d42773dee2fe30bd7669ca255 (patch)
tree4cd2771d95adaba0663fd7879b1666ebd3ef3cb9 /.pylintrc
parent70d77819a84c73292825b81f952e162bb30753d7 (diff)
downloadbsie-ba6329bbe14c832d42773dee2fe30bd7669ca255.tar.gz
bsie-ba6329bbe14c832d42773dee2fe30bd7669ca255.tar.bz2
bsie-ba6329bbe14c832d42773dee2fe30bd7669ca255.zip
various minor fixes
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc17
1 files changed, 15 insertions, 2 deletions
diff --git a/.pylintrc b/.pylintrc
index 1b34854..576e81a 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -145,6 +145,21 @@ logging-format-style=old
+[MESSAGES CONTROL]
+
+# disable similarities check
+disable=raw-checker-failed,
+ bad-inline-option,
+ locally-disabled,
+ file-ignored,
+ suppressed-message,
+ useless-suppression,
+ deprecated-pragma,
+ use-symbolic-message-instead,
+ duplicate-code
+
+
+
[MISCELLANEOUS]
# List of note tags to take in consideration, separated by a comma.
@@ -188,6 +203,4 @@ ignore-none=no
callbacks=clbk,callback
-
-
# Disable: R1735 (use-dict-literal)