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 Tue Mar 31 07:20:19 UTC 2026.