Comment is too wide

Each comment should be not wider than 80 characters.

Incorrect:

# This is a very long comment that contains more than eighty characters and should be flagged by the lint as too wide.
[] > foo

Correct:

# This is a good comment.
[] > foo