All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
#
Found a keyword immediately followed by a #. In order for the # to start a comment, it needs to come after a word boundary such as a space.
while sleep 1 do# show time date done
while sleep 1 do # show time date done