Skip to content

Linting with JSHint #419

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

Closed
wants to merge 2 commits into from
Closed

Linting with JSHint #419

wants to merge 2 commits into from

Conversation

mcandre
Copy link

@mcandre mcandre commented May 9, 2013

I looked for potential bugs with JSHint. Originally, jshlint . output 38 errors, but I was able to clear most of them away with .jshintrc. The few remaining were relatively easy to resolve. Now forever passes JSHint!

@indexzero
Copy link
Member

+1

@julianduque
Copy link
Contributor

Hello @mcandre, can you rerun the process under the current codebase? I'll review it and merge it :)

@mcandre
Copy link
Author

mcandre commented Apr 24, 2014

Done. Only three warnings remain.

$ jshint .
lib/forever.js: line 571, col 18, 'logs' is already defined.
lib/forever.js: line 622, col 10, 'proc' used out of scope.
lib/forever.js: line 622, col 18, 'proc' used out of scope.

3 errors

@indexzero indexzero closed this in 3865596 Nov 4, 2014
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

Successfully merging this pull request may close these issues.

None yet

3 participants