fixme / W0511#

Message emitted:

%s

Description:

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

Problematic code:

# FIXME: Create an issue on the bug tracker for this refactor we might do someday  # [fixme]

...

# TODO: We should also fix this at some point  # [fixme]

Correct code:

# I no longer want to fix this

...

# I have fixed the issue

Additional details:

You can get 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.