Skip to content

Commit

Permalink
Fix the VS Code extension link syntax @ FAQ (#9975)
Browse files Browse the repository at this point in the history
This document is in RST, but the link was mistakenly formatted using Markdown.
  • Loading branch information
webknjaz authored Sep 27, 2024
1 parent 8900ccb commit 8630cfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ I want to run pylint on each keystroke in my IDE. How do I do that?

Pylint full suite of checks will never be fast enough to run on every keystroke.
However, some IDEs can run pylint when the IDE opens or saves files.
See, for example, the
[Microsoft plugin for vs-code](https://github.com/microsoft/vscode-pylint?tab=readme-ov-file#pylint-extension-for-visual-studio-code).
See, for example, the `Microsoft plugin for VS Code`_.


That said, pylint is best suited for linting on save for small projects, for continuous
Expand All @@ -85,6 +84,8 @@ option, which will remove all the refactor, convention, and warning checks. You
checks with inherently high complexity that need to analyse the full code base like
``duplicate-code`` or ``cyclic-import`` (this list is not exhaustive).

.. _`Microsoft plugin for VS Code`: https://github.com/microsoft/vscode-pylint#readme

Why do I have non-deterministic results when I try to parallelize pylint ?
--------------------------------------------------------------------------

Expand Down

0 comments on commit 8630cfd

Please sign in to comment.