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

JSCS rules on comments are too strict #19

Closed
astorije opened this issue Jul 9, 2015 · 1 comment
Closed

JSCS rules on comments are too strict #19

astorije opened this issue Jul 9, 2015 · 1 comment
Assignees

Comments

@astorije
Copy link
Owner

astorije commented Jul 9, 2015

According to this comment by @matthewwithanm, it's not possible to leave comments like:

// Lorem ipsum dolor sit amet
// consectetur adipiscing elit

But only:

/*
 * Lorem ipsum dolor sit amet
 * consectetur adipiscing elit
 */

Which is quite painful! I think I went a bit too far on comment conventions and I need to relax them a bit...

@astorije astorije self-assigned this Jul 9, 2015
@matthewwithanm
Copy link
Contributor

IIRC The linting error was about surrounding whitespace and I wasn't able to find something that made it happy (except the star style).

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

2 participants