aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-02 14:57:49 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-02 14:58:46 +0100
commit48fd909f502d25cbe7ef7732c44734f593c6e022 (patch)
tree53305ab8d5c4546e08381a9a2999e3919b0d5d47 /.pylintrc
parent36d07cc6e0ec0f53001bfc5045437a374ebb895f (diff)
downloadbsfs-48fd909f502d25cbe7ef7732c44734f593c6e022.tar.gz
bsfs-48fd909f502d25cbe7ef7732c44734f593c6e022.tar.bz2
bsfs-48fd909f502d25cbe7ef7732c44734f593c6e022.zip
README, CHANGELOG, and minor style fixes
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
index 6b7f471..418a728 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -144,6 +144,19 @@ allow-wildcard-with-all=no
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]