summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-16 20:50:05 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-18 14:54:06 +0200
commit4ae17446f3bb9a48a1ac4b195422e5fd722c4cce (patch)
tree0d1d4838a83cc91d02764bea912141ea32c6b482
parent941f9e34ddc6b8b9fb5183bea3f1996676763766 (diff)
downloadpylint-git-4ae17446f3bb9a48a1ac4b195422e5fd722c4cce.tar.gz
[doc] Smaller description of the optional checker messages
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
-rw-r--r--doc/exts/pylint_messages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/exts/pylint_messages.py b/doc/exts/pylint_messages.py
index c1404fa2f..4a7096a71 100644
--- a/doc/exts/pylint_messages.py
+++ b/doc/exts/pylint_messages.py
@@ -230,8 +230,8 @@ def _write_single_message_page(category_dir: Path, message: MessageData) -> None
stream.write(
f"""
.. note::
- This message is emitted by an optional checker which requires the ``{message.checker_module_name}``
- plugin to be loaded. See: :ref:`{message.checker_module_name}`.
+ This message is emitted by the optional :ref:`'{message.checker}'<{message.checker_module_name}>` checker which requires the ``{message.checker_module_name}``
+ plugin to be loaded.
"""
)