.. _suppressed-message:

suppressed-message / I0020
==========================

**Message emitted:**

Suppressed %s (from line %d)

**Description:**

*A message was triggered on a line, but suppressed explicitly by a disable= comment in the file. This message is not generated for messages that are ignored due to configuration settings.*


**Correct code:**

.. literalinclude:: /data/messages/s/suppressed-message/good.py
   :language: python

**Additional details:**

You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !


Created by the `main <https://github.com/PyCQA/pylint/blob/main/pylint/lint/pylinter.py>`__ checker.