.. _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:** ``bug_tracker.py``: .. literalinclude:: /data/messages/f/fixme/good/bug_tracker.py :language: python ``fixed.py``: .. literalinclude:: /data/messages/f/fixme/good/fixed.py :language: python ``no_fix.py``: .. literalinclude:: /data/messages/f/fixme/good/no_fix.py :language: python **Additional details:** You can use regular expressions and the ``notes-rgx`` option to create some constraints for this message. See `the following issue `_ for some examples. Created by the `miscellaneous `__ checker.