Comment Is Too Wide

Each comment should not be wider than 100 characters.

Incorrect:

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

Correct:

# This is a good comment.
[] > foo

Published on Wed Aug 26 07:19:00 UTC 2026.