summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorAnthony Foglia <afoglia@users.noreply.github.com>2016-11-23 19:20:10 -0500
committerClaudiu Popa <pcmanticore@gmail.com>2016-11-24 02:20:10 +0200
commit5d403d5147db9d674d23ea94c50ef8b7ae15ecf0 (patch)
treef13e22ff68ddd17a0c565e2251039e7c97db4f32 /CONTRIBUTORS.txt
parent23e59c80cfcba5878b7f634464a203017ab91187 (diff)
downloadpylint-git-5d403d5147db9d674d23ea94c50ef8b7ae15ecf0.tar.gz
Report when __slots__ is a simple string and not a non-string container (#1171)
* Report when __slots__ is a simple string and not a non-string container * Update ChangeLog
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 72bdabc74..9074450c2 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -114,3 +114,5 @@ Order doesn't matter (not that much, at least ;)
Added Python 3 check for calling encode/decode with invalid codecs.
* Erik Eriksson - Added overlapping-except error check.
+
+* Anthony Foglia (Google): Added simple string slots check.