summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-15 23:30:26 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-16 16:57:17 +0200
commit20d88d7304075f7e1e1317d841b4ce1a1e1ede64 (patch)
treee941ca9c2cc732de360efcd112c29c6f1916f083 /doc/faq.rst
parent68ae491ad34c235d0d6b9055c943c98c26e11718 (diff)
downloadpylint-git-20d88d7304075f7e1e1317d841b4ce1a1e1ede64.tar.gz
[doc] Better more useful links for ide integration
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
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.
-------------------------------------------------------------------------------