summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLogan Miller <14319179+komodo472@users.noreply.github.com>2021-01-09 02:48:25 -0700
committerGitHub <noreply@github.com>2021-01-09 10:48:25 +0100
commit168bee7f23d9956c12b419b18aa9f5974151e3d7 (patch)
tree6bca70a85d3009194b061233e8d191c7d1bbeafa /ChangeLog
parente2c06c0fd627993356986115426287ac4ae6098a (diff)
downloadpylint-git-168bee7f23d9956c12b419b18aa9f5974151e3d7.tar.gz
Enforce docparams consistently when docstring is not present (#3916)
* fix #2738 * doc updates * add functional tests * fix formattting * fix formatting
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4affa4b21..4fced02d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -78,6 +78,10 @@ Release date: TBA
Close #3800
+* Enforce docparams consistently when docstring is not present
+
+ Close #2738
+
* Fix ``duplicate-code`` false positive when lines only contain whitespace and non-alphanumeric characters (e.g. parentheses, bracket, comman, etc.)
* Improve lint message for `singleton-comparison` with bools