.. _fixme:

fixme / W0511
=============

**Message emitted:**

%s

**Description:**

*Used when a warning note as FIXME or XXX is detected.*

**Problematic code:**

.. literalinclude:: /data/messages/f/fixme/bad.py
   :language: python

**Correct code:**

.. literalinclude:: /data/messages/f/fixme/good.py
   :language: python

**Additional details:**

You can get use regular expressions and the ``notes-rgx`` option to create some constraints for this message.
See `the following issue <https://github.com/PyCQA/pylint/issues/2874>`_ for some examples.


Created by the `miscellaneous <https://github.com/PyCQA/pylint/blob/main/pylint/checkers/misc.py>`__ checker.