summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_kwoa_py30.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/messages/func_kwoa_py30.txt')
-rw-r--r--pylint/test/messages/func_kwoa_py30.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/pylint/test/messages/func_kwoa_py30.txt b/pylint/test/messages/func_kwoa_py30.txt
new file mode 100644
index 0000000..08dd8c5
--- /dev/null
+++ b/pylint/test/messages/func_kwoa_py30.txt
@@ -0,0 +1,5 @@
+E: 10: Missing mandatory keyword argument 'foo' in function call
+E: 10: Too many positional arguments for function call
+E: 12: Missing mandatory keyword argument 'foo' in function call
+E: 12: Too many positional arguments for function call
+W: 3:function: Redefining name 'foo' from outer scope (line 9)