Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(RB-ST1010) Use of block comments detected #3

Open
bgoonz opened this issue Feb 6, 2021 · 0 comments
Open

(RB-ST1010) Use of block comments detected #3

bgoonz opened this issue Feb 6, 2021 · 0 comments

Comments

@bgoonz
Copy link
Member

bgoonz commented Feb 6, 2021

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant