Comment Is Too Wide

Each comment should not be 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

Published on Fri Sep 12 07:13:55 UTC 2025.