.. _empty-comment: empty-comment / R2044 ===================== **Message emitted:** ``Line with empty comment`` **Description:** *Used when a # symbol appears on a line not followed by an actual comment* **Problematic code:** .. literalinclude:: /data/messages/e/empty-comment/bad.py :language: python **Correct code:** .. literalinclude:: /data/messages/e/empty-comment/good.py :language: python **Configuration file:** .. literalinclude:: /data/messages/e/empty-comment/pylintrc :language: ini .. note:: This message is emitted by the optional :ref:`'empty-comment'` checker, which requires the ``pylint.extensions.empty_comment`` plugin to be loaded. Created by the `empty-comment `__ checker.