summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOr <or.ba402@gmail.com>2020-10-02 18:19:31 +0300
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-10-07 21:22:04 +0200
commit83bc7593ac77e400bc42babbbc510c3d7fe7cc15 (patch)
tree630d543cf61352c1eea2b364411b55c19ca83dfb /ChangeLog
parent98d2c060ba0dbae6abecff2393cb6dd8a9bde97b (diff)
downloadpylint-git-83bc7593ac77e400bc42babbbc510c3d7fe7cc15.tar.gz
Add empty-comment checker extension
PR Review: refactor checker messages, test cases added: empty commit case, comments row case. unittest - pathlib replaces os.path. python3.5 fix for pathlib library use refactor `comment_ending` to `empty_comment` empty-comment test fixed (after Rebase)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10aee60a9..ac718ef00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,11 @@
Pylint's ChangeLog
------------------
+* Add check for empty comments
+
* Fix minor documentation issue in contribute.rst
+
What's New in Pylint 2.6.1?
===========================
Release date: 2020-09-08