diff options
-rw-r--r-- | pylint/test/messages/func_w0623_py_30.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pylint/test/messages/func_w0623_py_30.txt b/pylint/test/messages/func_w0623_py_30.txt index f16220a..a2923f1 100644 --- a/pylint/test/messages/func_w0623_py_30.txt +++ b/pylint/test/messages/func_w0623_py_30.txt @@ -2,22 +2,11 @@ C: 28:some_function: Invalid variable name "FOO" C: 41: Invalid constant name "exc3" C: 57: Invalid variable name "OOPS" W: 18:some_function: Redefining name 'RuntimeError' from object 'exceptions' in exception handler -W: 20:some_function: Catching previously caught exception type KeyError W: 20:some_function: Redefining name 'OSError' from builtins in exception handler W: 20:some_function: Unused variable 'OSError' -W: 22:some_function: Catching previously caught exception type KeyError W: 22:some_function: Redefining name 'MyError' from outer scope (line 7) in exception handler W: 22:some_function: Unused variable 'MyError' -W: 24:some_function: Catching previously caught exception type KeyError -W: 26:some_function: Catching previously caught exception type KeyError -W: 28:some_function: Catching previously caught exception type KeyError W: 45: Redefining name 'RuntimeError' from object 'exceptions' in exception handler -W: 47: Catching previously caught exception type KeyError W: 47: Redefining name 'args' from object 'exceptions.RuntimeError' in exception handler -W: 49: Catching previously caught exception type KeyError W: 49: Redefining name 'OSError' from builtins in exception handler -W: 51: Catching previously caught exception type KeyError W: 51: Redefining name 'MyOtherError' from outer scope (line 36) in exception handler -W: 53: Catching previously caught exception type KeyError -W: 55: Catching previously caught exception type KeyError -W: 57: Catching previously caught exception type KeyError |