All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
#
A keyword is found immediately following 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