summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_w0623.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/messages/func_w0623.txt')
-rw-r--r--pylint/test/messages/func_w0623.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/pylint/test/messages/func_w0623.txt b/pylint/test/messages/func_w0623.txt
deleted file mode 100644
index 08fe8b571..000000000
--- a/pylint/test/messages/func_w0623.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-C: 28:some_function: Variable name "FOO" doesn't conform to 'variable-name-hint' template
-C: 41: Constant name "exc3" doesn't conform to 'constant-name-hint' template
-C: 55: Variable name "OOPS" doesn't conform to 'variable-name-hint' template
-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 'OSError' from builtins in exception handler
-W: 49: Redefining name 'MyOtherError' from outer scope (line 36) in exception handler