summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorLaura M?dioni <laura.medioni@logilab.fr>2015-10-29 11:17:35 +0100
committerLaura M?dioni <laura.medioni@logilab.fr>2015-10-29 11:17:35 +0100
commit171326299f836782edd6167ac15de4a738dd53f8 (patch)
tree6a9b372413d13f9c996702b758509b7a30af37de /CONTRIBUTORS.txt
parente2da1f9f3dbd9a6462e0549da75b37249467afb8 (diff)
downloadpylint-171326299f836782edd6167ac15de4a738dd53f8.tar.gz
check for static methods declared without a decorator
closes issue #675
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 5409b8f..7dc35ab 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -73,4 +73,5 @@ Order doesn't matter (not that much, at least ;)
* Dmitry Pribysh: multiple-imports, not-iterable, not-a-mapping, various patches.
-* Laura Medioni (Logilab): misplaced-comparison-constant
+* Laura Medioni (Logilab, on behalf of the CNES): misplaced-comparison-constant,
+ no-classmethod-decorator, no-staticmethod-decorator