You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Block comments should be avoided. They cannot be preceded by whitespace and are not as easy to spot as regular comments. Example - The bad way: =begin Multiple lines of comments... =end Example - The good way: # Multiple lines # of comments...
Occurrences
There are 2 occurrences of this issue in the repository.
Description
Block comments should be avoided. They cannot be preceded by whitespace and are not as easy to spot as regular comments. Example - The bad way:
=begin Multiple lines of comments... =end
Example - The good way:# Multiple lines # of comments...
Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/bgoonz/WEB-DEV-NOTES/issue/RB-ST1010/occurrences/
The text was updated successfully, but these errors were encountered: