]> arthur.barton.de Git - bup.git/blobdiff - .pylintrc
test-sparse-files: increase the test size for macos/afs
[bup.git] / .pylintrc
index f7c5f604a2a2fb6104ed7a323b672d16b9223880..caae1e8202ead07a1fccf1f0b9aded769e076781 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,11 +1,18 @@
 # -*-conf-*-
+[GENERAL OPTIONS]
 
 [MESSAGES CONTROL]
 disable=all
 enable=
+  syntax-error,
+  catching-non-exception,
   consider-using-in,
+  inconsistent-return-statements,
   return-in-init,
   trailing-whitespace,
+  undefined-variable,
+  unidiomatic-typecheck,
   unused-import,
   unused-wildcard-import,
-  useless-return
+  useless-return,
+  super-init-not-called