summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_typecheck_callfunc_assigment.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/messages/func_typecheck_callfunc_assigment.txt')
-rw-r--r--pylint/test/messages/func_typecheck_callfunc_assigment.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylint/test/messages/func_typecheck_callfunc_assigment.txt b/pylint/test/messages/func_typecheck_callfunc_assigment.txt
new file mode 100644
index 0000000..1d84510
--- /dev/null
+++ b/pylint/test/messages/func_typecheck_callfunc_assigment.txt
@@ -0,0 +1,3 @@
+E: 20: Assigning to function call which doesn't return
+W: 28: Assigning to function call which only returns None
+W: 35: Assigning to function call which only returns None