summaryrefslogtreecommitdiff
path: root/pylint/test/messages
diff options
context:
space:
mode:
authorRadu Ciorba <radu@devrandom.ro>2015-05-09 16:28:13 +0300
committerRadu Ciorba <radu@devrandom.ro>2015-05-09 16:28:13 +0300
commitf873e60fd80772675a5523e8ff1395097494d23e (patch)
tree2958dbeb9584ae3d14b58e4ba3ca457b66911d62 /pylint/test/messages
parentc275f0228ff24a1482d45b7b93393cae450f344e (diff)
downloadpylint-f873e60fd80772675a5523e8ff1395097494d23e.tar.gz
#518 fix unused-argument false positive when += is used
Diffstat (limited to 'pylint/test/messages')
-rw-r--r--pylint/test/messages/func_w0612.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/test/messages/func_w0612.txt b/pylint/test/messages/func_w0612.txt
index c81b4f9..752aa70 100644
--- a/pylint/test/messages/func_w0612.txt
+++ b/pylint/test/messages/func_w0612.txt
@@ -1,5 +1,4 @@
W: 9:function: Unused variable 'aaaa'
-W: 10:function: Unused variable 'index'
W: 34:test_global: Unused variable 'platform'
W: 35:test_global: Unused variable 'VERSION'
W: 36:test_global: Unused variable 'this'