summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-15 23:22:25 +0100
committerGitHub <noreply@github.com>2021-11-15 23:22:25 +0100
commit8a653aab1580d65f30d3575c7a482665598f5016 (patch)
tree9c286a9bb2c390de93ef43b68f1bdf0a3fff9826 /doc
parent8f5d4d569fc164792a2328e7ed47b43e33775f6f (diff)
downloadpylint-git-8a653aab1580d65f30d3575c7a482665598f5016.tar.gz
Add ``enable-all-extensions`` option (#5315)
* Add ``enable-all-extensions`` option
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.12.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index 97957d7c5..f39c3f56f 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -191,3 +191,6 @@ Other Changes
Closes #5171
Follow-up in #5065
+
+* Added the ``--enable-all-extensions`` command line option. It will load all available extensions
+ which can be listed by running ``--list-extensions``