summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_w0623_py_30.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/messages/func_w0623_py_30.txt')
-rw-r--r--pylint/test/messages/func_w0623_py_30.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/pylint/test/messages/func_w0623_py_30.txt b/pylint/test/messages/func_w0623_py_30.txt
new file mode 100644
index 0000000..a2923f1
--- /dev/null
+++ b/pylint/test/messages/func_w0623_py_30.txt
@@ -0,0 +1,12 @@
+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: Redefining name 'OSError' from builtins in exception handler
+W: 20:some_function: Unused variable 'OSError'
+W: 22:some_function: Redefining name 'MyError' from outer scope (line 7) in exception handler
+W: 22:some_function: Unused variable 'MyError'
+W: 45: Redefining name 'RuntimeError' from object 'exceptions' in exception handler
+W: 47: Redefining name 'args' from object 'exceptions.RuntimeError' in exception handler
+W: 49: Redefining name 'OSError' from builtins in exception handler
+W: 51: Redefining name 'MyOtherError' from outer scope (line 36) in exception handler