tests/tools/check_source.sh
changeset 1879 4d81c3bcac82
parent 1878 fb73a6b6622d
child 1881 091005ec69c4
--- a/tests/tools/check_source.sh	Thu Oct 19 11:03:03 2017 +0300
+++ b/tests/tools/check_source.sh	Thu Oct 19 13:33:01 2017 +0300
@@ -206,6 +206,8 @@
     disable=$disable,I0011        # (locally-disabled) Locally disabling ungrouped-imports (C0412)
     disable=$disable,R0204        # (redefined-variable-type) Redefinition of current type from X to Y
     disable=$disable,R0201        # (no-self-use) Method could be a function
+    disable=$disable,W0221        # (arguments-differ) Arguments number differs from overridden 'X' method
+    disable=$disable,C0201        # (consider-iterating-dictionary) Consider iterating the dictionary directly instead of calling .keys()
 
     # It'd be nice to fix warnings below some day
     disable=$disable,C0111        # missing-docstring
@@ -226,6 +228,7 @@
     disable=$disable,R0101        # (too-many-nested-blocks) Too many nested blocks (7/5)
     disable=$disable,R0801        # (duplicate-code) Similar lines in N files
 
+
     enable=
     enable=$enable,E1601          # print statement used
     enable=$enable,C0325          # (superfluous-parens) Unnecessary parens after keyword    
@@ -268,6 +271,7 @@
     enable=$enable,W0623          # (redefine-in-handler) Redefining name 'X' from outer scope (line Y) in exception handler
     enable=$enable,W0106          # (expression-not-assigned) Expression "X" is assigned to nothing
     enable=$enable,C0330          # (bad-continuation) Wrong hanging indentation before block
+    enable=$enable,E1136          # (unsubscriptable-object) Value 'X' is unsubscriptable
     # enable=
 
     options=