summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_e13xx_py30.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/messages/func_e13xx_py30.txt')
-rw-r--r--pylint/test/messages/func_e13xx_py30.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/pylint/test/messages/func_e13xx_py30.txt b/pylint/test/messages/func_e13xx_py30.txt
deleted file mode 100644
index 7ac9fb180..000000000
--- a/pylint/test/messages/func_e13xx_py30.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-E: 11:pprint: Not enough arguments for format string
-E: 12:pprint: Too many arguments for format string
-E: 13:pprint: Mixing named and unnamed conversion specifiers in format string
-E: 14:pprint: Missing key 'PARG_2' in format string dictionary
-E: 16:pprint: Missing key 'PARG_2' in format string dictionary
-E: 17:pprint: Expected mapping for format string, not Tuple
-E: 18:pprint: Expected mapping for format string, not List
-E: 19:pprint: Unsupported format character 'z' (0x7a) at index 2
-E: 20:pprint: Format string ends in middle of conversion specifier
-W: 15:pprint: Unused key 'PARG_3' in format string dictionary
-W: 16:pprint: Format string dictionary key should be a string, not 2 \ No newline at end of file