summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.12.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.12.rst')
-rw-r--r--doc/whatsnew/2.12.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index be99f68d9..eaeb1d790 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -56,6 +56,13 @@ New checkers
Closes #5208
+* A new ``bad-configuration-section`` checker was added that will emit for misplaced option
+ in pylint's top level namespace for toml configuration. Top-level dictionaries or option defined
+ in the wrong section will still silently not be taken into account, which is tracked in a
+ follow-up issue.
+
+ Follow-up in #5259
+
Removed checkers
================
@@ -162,4 +169,8 @@ Other Changes
Closes #5216
+* Crashes when a list is encountered in a toml configuration do not happen anymore.
+
+ Closes #4580
+
* Make yn validator case insensitive, to allow for ``True`` and ``False`` in config files.