pylint-errors

W0511 (fixme)

:x: Problematic code:

# FIXME: Some kind of a bug

:heavy_check_mark: Correct code:

# TODO: Some kind of an activity

Rationale:

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