summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_indent.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/messages/func_indent.txt')
-rw-r--r--pylint/test/messages/func_indent.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/pylint/test/messages/func_indent.txt b/pylint/test/messages/func_indent.txt
new file mode 100644
index 0000000..c8fe133
--- /dev/null
+++ b/pylint/test/messages/func_indent.txt
@@ -0,0 +1,5 @@
+W: 6: Bad indentation. Found 1 spaces, expected 4
+W: 7: Bad indentation. Found 1 spaces, expected 4
+W: 14: Bad indentation. Found 5 spaces, expected 4
+W: 15: Bad indentation. Found 5 spaces, expected 4
+W: 15:titii: Statement seems to have no effect