summaryrefslogtreecommitdiff
path: root/doc/data/messages/s/suppressed-message/details.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/data/messages/s/suppressed-message/details.rst')
-rw-r--r--doc/data/messages/s/suppressed-message/details.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/data/messages/s/suppressed-message/details.rst b/doc/data/messages/s/suppressed-message/details.rst
index ab8204529..ceb0ba72c 100644
--- a/doc/data/messages/s/suppressed-message/details.rst
+++ b/doc/data/messages/s/suppressed-message/details.rst
@@ -1 +1,4 @@
-You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
+``suppressed-message`` is simply a way to see messages that would be raised
+without the disable in your codebase. It should not be activated most
+of the time. See also ``useless-suppression`` if you want to see the message
+that are disabled for no reasons.