summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_too_many_locals_arguments.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/messages/func_too_many_locals_arguments.txt')
-rw-r--r--pylint/test/messages/func_too_many_locals_arguments.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/pylint/test/messages/func_too_many_locals_arguments.txt b/pylint/test/messages/func_too_many_locals_arguments.txt
deleted file mode 100644
index 8f236c2..0000000
--- a/pylint/test/messages/func_too_many_locals_arguments.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-R: 6:too_many_locals_function: Too many local variables (16/15)
-R: 26:too_many_arguments_function: Too many arguments (6/5)