summaryrefslogtreecommitdiff
path: root/pylint/test/functional/bad_reversed_sequence.txt
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-20 17:07:24 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-20 17:07:24 +0300
commit7f2868170c32b067543dc65d38e8e8d3dfdbe308 (patch)
tree5b57f375ad87202d40200aaf55be0265a22821c3 /pylint/test/functional/bad_reversed_sequence.txt
parentd1398db74bd194dcda9b57d0292c0012bd21cb83 (diff)
downloadpylint-git-7f2868170c32b067543dc65d38e8e8d3dfdbe308.tar.gz
missing-reversed-argument was removed.
The reason behind this is that this kind of errors should be detected by the type checker for *all* the builtins and not as a special case for the reversed builtin. This will happen shortly in the future.
Diffstat (limited to 'pylint/test/functional/bad_reversed_sequence.txt')
-rw-r--r--pylint/test/functional/bad_reversed_sequence.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/test/functional/bad_reversed_sequence.txt b/pylint/test/functional/bad_reversed_sequence.txt
index ccdec3938..dd0c6f96d 100644
--- a/pylint/test/functional/bad_reversed_sequence.txt
+++ b/pylint/test/functional/bad_reversed_sequence.txt
@@ -1,4 +1,3 @@
-missing-reversed-argument:42:test:Missing argument to reversed()
bad-reversed-sequence:43:test:The first reversed() argument is not a sequence
bad-reversed-sequence:46:test:The first reversed() argument is not a sequence
bad-reversed-sequence:47:test:The first reversed() argument is not a sequence