summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_kwoa_py30.txt
blob: 08dd8c57fd124ddee5c178f4f6ffbc0717e3b924 (plain)
1
2
3
4
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)