summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-10-29 20:01:45 +0100
committerhippo91 <guillaume.peillex@gmail.com>2020-10-29 20:01:45 +0100
commitac2d544ac00925761f08a2ceca0e1d722250563a (patch)
treef8184aafbe6c936478866d4b0bb8d878699dec92 /doc
parentc2b5abf582746299dcf25eafb252fe973b5799ea (diff)
parent84fdcad53ffb824e505ab635ced8413d282d0d6c (diff)
downloadpylint-git-ac2d544ac00925761f08a2ceca0e1d722250563a.tar.gz
Merge branch 'Hee-San-Require-enums-to-be-named-IN_ALL_CAPS'
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.6.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst
index 56c60a5b9..622ed5ea3 100644
--- a/doc/whatsnew/2.6.rst
+++ b/doc/whatsnew/2.6.rst
@@ -29,6 +29,8 @@ New checkers
Other Changes
=============
+* Enums are now required to be named in UPPER_CASE by ``invalid-name``.
+
* Fix bug that lead to duplicate messages when using ``--jobs 2`` or more.
* Adds option ``check-protected-access-in-special-methods`` in the ClassChecker to activate/deactivate