summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorssolanki <sushobhitsolanki@gmail.com>2018-05-20 00:05:34 +0530
committerClaudiu Popa <pcmanticore@gmail.com>2018-06-15 13:56:37 +0200
commit3e76fca8afbc0810ea82bc5d4b9185ac7f1b8989 (patch)
tree63a561d86c6e112336084ea97766cbd0235dfa42 /CONTRIBUTORS.txt
parentfa637644b68aacd18229c37a73516c2e1b583be0 (diff)
downloadpylint-git-3e76fca8afbc0810ea82bc5d4b9185ac7f1b8989.tar.gz
Add new check `comparison-with-callable`
This check warn for comparison with bare callable, without calling it.
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index cd406e875..6aeee321c 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -186,6 +186,7 @@ contributors:
Added new check 'comparison-with-itself'.
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'.
* Mariatta Wijaya: contributor
Added new check `logging-fstring-interpolation`