summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 732923f31..0cf2d4186 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -82,11 +82,6 @@ For example::
pylint --disable=bare-except,invalid-name --class-rgx='[A-Z][a-z]+' --generate-toml-config
-3.4 I'd rather not run Pylint from the command line. Can I integrate it with my editor?
----------------------------------------------------------------------------------------
-
-Much probably. Read :ref:`user_guide/installation:ide-integration`
-
3.5 I need to run pylint over all modules and packages in my project directory.
-------------------------------------------------------------------------------