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

JSHint ignores should be reviewed #127

Open
ADSKLowenthal opened this issue Mar 23, 2016 · 0 comments
Open

JSHint ignores should be reviewed #127

ADSKLowenthal opened this issue Mar 23, 2016 · 0 comments

Comments

@ADSKLowenthal
Copy link

Just as an example, the controller template adds /* jshint -W098 */, which is meant to disable warnings for unused variables.

However, the only reason there would be unused variable warnings is because the package has just been created, and the developer hasn't built the code. I would say that this is a completely valid warning that we'd want.

Haven't had a chance to look over all the templates, but I'm suggesting we shouldn't hide issues that will alert developers to areas this tool has created that they haven't reviewed/adjusted to their needs.

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