summaryrefslogtreecommitdiff
path: root/tests/messages
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-09-17 10:17:42 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-09-17 10:32:00 +0200
commit0a90b4a0b369d75a3e2aee9a4ad57ce264bc18a0 (patch)
tree977fb4e44d83c7e86ed2642ffae2c553f69c5566 /tests/messages
parent344f6859e9d584309f57d142259fad77a17d11ee (diff)
downloadpylint-git-0a90b4a0b369d75a3e2aee9a4ad57ce264bc18a0.tar.gz
Removed Python 2 specific checks
Certain checks such as relative-import, invalid-encoded-data and missing-super-argument were removed as they no longer make sense on Python 3.
Diffstat (limited to 'tests/messages')
-rw-r--r--tests/messages/func_w0623_py30.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/messages/func_w0623_py30.txt b/tests/messages/func_w0623_py30.txt
deleted file mode 100644
index e5cc0f57e..000000000
--- a/tests/messages/func_w0623_py30.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-W: 16:some_function: Redefining name 'some_function' from outer scope (line 11) in exception handler
-W: 16:some_function: Unused variable 'some_function'