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 Jul 10 07:32:14 UTC 2026.