-
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
sloc 0.2.1 (new formula) #35632
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
sloc 0.2.1 (new formula) #35632
Conversation
`sloc` is a simple tool to count SLOC (source lines of code) implemented in Node.js, which is kind of similar to `cloc` (a SLOC tool implemented in Perl).
Otherwise looking good! |
- revised description (C: 4: col 9) - updated indentation for heredoc (C: 26: col 1) - removed redundant version
- revised description (C: 4: col 9, C: 4: col 52)
Finally, all tests passed :) ps: my Mac has problems with |
@JarryShaw please squash all changes into a single commit, with commit message |
Sorry but I seem to have some trouble w/ that |
We don't commit from Github because of the bottles. But I'll do it manually, then. |
Thanks @JarryShaw for the pull request! |
sloc
is a simple tool to count SLOC (source lines of code) implemented in Node.js, which is kind of similar tocloc
(another SLOC tool implemented in Perl).noob
.test
part is inspired from the formula ofcloc
.