]> arthur.barton.de Git - bup.git/blobdiff - .pylintrc
compare-trees: drop getopt to allow long opts and fix exits
[bup.git] / .pylintrc
index 74e7c1f9976243ee54e6975736205f37772c855f..caae1e8202ead07a1fccf1f0b9aded769e076781 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,5 +1,18 @@
 # -*-conf-*-
+[GENERAL OPTIONS]
 
 [MESSAGES CONTROL]
 disable=all
-enable=unused-import,unused-wildcard-import
+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,
+  super-init-not-called