summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorMoisés López <moylop260@vauxoo.com>2016-08-16 05:56:06 +0000
committerClaudiu Popa <pcmanticore@gmail.com>2016-12-04 15:19:55 +0200
commit56cc7be69843a786f9d194772d0d9dea4996df5b (patch)
tree56bfec6be27c49955280e423c0d5a7a397671572 /CONTRIBUTORS.txt
parenta40f4aa335f41580e217fc3eaa397aa1afaa9dbf (diff)
downloadpylint-git-56cc7be69843a786f9d194772d0d9dea4996df5b.tar.gz
Add a new check, superflous-else-return
This rule verifies that an if statement does not have an else branch, preceded by a return statement inside the if branch.
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 4ac94f4c9..4ee0633c9 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -107,7 +107,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 a new check, consider-merging-isinstance.
+ Add consider-merging-isinstance, superfluous-else-return
* Luis Escobar (Vauxoo), Moisés López (Vauxoo): Add bad-docstring-quotes and docstring-first-line-empty