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 Oct 10 22:53:58 UTC 2025.