summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-09 12:32:16 -0500
committerClaudiu Popa <pcmanticore@gmail.com>2016-01-09 22:42:37 +0200
commitf63bacb373bd98e4cbf01ed64d8a71b6df6a19ea (patch)
tree0f3febb82a3ae4ccc9e75fbfe934adcb3840c4ee /CONTRIBUTORS.txt
parent2ec342e612c730a266413783918f4a0d41441ca5 (diff)
downloadpylint-git-f63bacb373bd98e4cbf01ed64d8a71b6df6a19ea.tar.gz
format: check for & warn about trailing newlines
The new tests also catch a lot of files in the pylint code base that have trailing newlines, so clean them all up as well. Close #682
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 0818ad4fa..15ecd399c 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -79,3 +79,5 @@ Order doesn't matter (not that much, at least ;)
wrong-import-position, redefined-variable-type
* Aru Sahni: Git ignoring, regex-based ignores
+
+* Mike Frysinger: contributor.