summaryrefslogtreecommitdiff
path: root/pylint/test
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-21 13:59:48 +0000
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-21 13:59:48 +0000
commit7d30cdb9be39d089806aece9be2e8a3545482a5a (patch)
tree4179930516007577a0f0f915f1a3b3786f6332ec /pylint/test
parentb2de6be25d76043bbff9dd3ae77f2ca8f0e24f49 (diff)
downloadpylint-7d30cdb9be39d089806aece9be2e8a3545482a5a.tar.gz
Add changelog entry for 014f596 and a couple of other fixes.
Diffstat (limited to 'pylint/test')
-rw-r--r--pylint/test/functional/nonlocal_without_binding.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/test/functional/nonlocal_without_binding.py b/pylint/test/functional/nonlocal_without_binding.py
index 2871ed6..16cfd14 100644
--- a/pylint/test/functional/nonlocal_without_binding.py
+++ b/pylint/test/functional/nonlocal_without_binding.py
@@ -1,6 +1,6 @@
""" Checks that reversed() receive proper argument """
-# pylint: disable=missing-docstring
-# pylint: disable=too-few-public-methods,no-self-use,no-absolute-import,invalid-name,unused-variable
+# pylint: disable=missing-docstring,invalid-name,unused-variable
+# pylint: disable=too-few-public-methods,no-self-use,no-absolute-import
def test():
def parent():