summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-07-12 15:15:38 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2016-07-12 15:22:00 +0100
commit7303fd6948f38867c32b32f9584d1fd768b3b6d6 (patch)
tree85e07c48fca8a56f147c86dc8d952b8bb83f5918 /CONTRIBUTORS.txt
parent5c40fd9ae3c7c8e8181a473d7708ed670924cc6d (diff)
downloadpylint-git-7303fd6948f38867c32b32f9584d1fd768b3b6d6.tar.gz
Cleanup the code, to make it more understandable, correct documentation and changelog entry.
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 8d5f89aa2..c51b2486a 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -94,7 +94,7 @@ Order doesn't matter (not that much, at least ;)
Refactory wrong-import-order to integrate it with `isort` library
Add check too-complex with mccabe for cyclomatic complexity
Refactory wrong-import-position to skip try-import and nested cases
- Add check consider-merging-isinstance
+ Add a new check, consider-merging-isinstance.
* Luis Escobar (Vauxoo), Moisés López (Vauxoo): Add bad-docstring-quotes and docstring-first-line-empty