summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Coman <fcoman@bitdefender.com>2014-07-11 02:09:59 +0300
committerAlexandru Coman <fcoman@bitdefender.com>2014-07-11 02:09:59 +0300
commit738cfea5cdc05ee4a1cc7914188d507dfebcfea3 (patch)
treedc073e8f8d7cf3b3eb82a85508f34fd70591e510
parent35f3bb113315426cdf32ea7af284af897f19d017 (diff)
downloadpylint-738cfea5cdc05ee4a1cc7914188d507dfebcfea3.tar.gz
Remove extra spaces.
-rw-r--r--ChangeLog1
-rw-r--r--lint.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 44dc584..fe2f7ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ ChangeLog for Pylint
--
* Checkers respect priority now. Close issue #229.
+
* Fix a false positive regarding W0511. Closes issue #149.
* Fix unused-import false positive with Python 3 metaclasses (#143).
diff --git a/lint.py b/lint.py
index 7816e3b..26e099d 100644
--- a/lint.py
+++ b/lint.py
@@ -576,7 +576,6 @@ warning, statement which respectively contain the number of errors / warnings\
reverse=True)
return neededcheckers
-
def should_analyze_file(self, modname, path): # pylint: disable=unused-argument
"""Returns whether or not a module should be checked.