summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorSushobhit <31987769+sushobhit27@users.noreply.github.com>2018-06-18 11:27:42 +0530
committerClaudiu Popa <pcmanticore@gmail.com>2018-06-18 07:57:42 +0200
commitbdbf5561bf24523c234ec966aaa629c7e6f703d7 (patch)
tree6af2894f6a20e99da6786d869adbbaa3808de44a /CONTRIBUTORS.txt
parentfb0be2dfc2990995b61e21516bba92096c5bac43 (diff)
downloadpylint-git-bdbf5561bf24523c234ec966aaa629c7e6f703d7.tar.gz
Add checker for simplifying chained comparison.
Add new checker "chained-comparison" which is used when pylint can detect that multiple comparisons can be squashed together into one. Close #2032
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 6aeee321c..b3af43b7b 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -187,6 +187,8 @@ contributors:
Added new check 'useless-import-alias'.
Added support of annotations in missing-type-doc and missing-return-type-doc.
Added new check 'comparison-with-callable'.
+ Removed six package dependency.
+ Added new check 'chained-comparison'.
* Mariatta Wijaya: contributor
Added new check `logging-fstring-interpolation`