summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2/2.12/summary.rst
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-01 11:49:24 +0200
committerGitHub <noreply@github.com>2022-06-01 11:49:24 +0200
commit214201a07aef7068013ff3af1c3cbd479ac39146 (patch)
treeeefd0be8206692173add18a69c1528a23b541bd2 /doc/whatsnew/2/2.12/summary.rst
parentc2b91446e0e7a838535e2d6eb1fe4ee8f795b410 (diff)
downloadpylint-git-214201a07aef7068013ff3af1c3cbd479ac39146.tar.gz
[doc] Add a check for changelogs and fix the issues encountered (#6735)
Diffstat (limited to 'doc/whatsnew/2/2.12/summary.rst')
-rw-r--r--doc/whatsnew/2/2.12/summary.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/whatsnew/2/2.12/summary.rst b/doc/whatsnew/2/2.12/summary.rst
index 61c3b87f2..60099c6cd 100644
--- a/doc/whatsnew/2/2.12/summary.rst
+++ b/doc/whatsnew/2/2.12/summary.rst
@@ -35,11 +35,12 @@ New checkers
Closes #3799
-* Checkers for ``typing.final``
+typing.final
+------------
- * Added ``overridden-final-method``: Emitted when a method which is annotated with ``typing.final`` is overridden
+* Added ``overridden-final-method``: Emitted when a method which is annotated with ``typing.final`` is overridden
- * Added ``subclassed-final-class``: Emitted when a class which is annotated with ``typing.final`` is subclassed
+* Added ``subclassed-final-class``: Emitted when a class which is annotated with ``typing.final`` is subclassed
Closes #3197
@@ -161,7 +162,7 @@ Other Changes
* ``undefined-variable`` and ``unused-variable`` now correctly trigger for assignment expressions
in functions defaults
- Fixes part of #3688
+ Refs #3688
* ``self-cls-assignment`` now also considers tuple assignment
@@ -231,7 +232,7 @@ Other Changes
* Fix crash on ``open()`` calls when the ``mode`` argument is not a simple string.
- Partially closes #5321
+ Fixes part of #5321
* Add ability to add ``end_line`` and ``end_column`` to the ``--msg-template`` option.
With the standard ``TextReporter`` this will add the line and column number of the