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

The message for W080 no longer includes the relevant identifier #1070

Merged
merged 2 commits into from
May 21, 2013

Conversation

jamesallardice
Copy link

W080 ("It's not necessary to initialize '{a}' to 'undefined'") no longer includes the identifier to which it applies:

var x = undefined;
// It's not necessary to initialize '=' to 'undefined'

const y = undefined;
// It's not necessary to initialize '=' to 'undefined'

The above examples should include the identifiers x and y respectively, instead of the = punctuator.

valueof added a commit that referenced this pull request May 21, 2013
The message for W080 no longer includes the relevant identifier
@valueof valueof merged commit b9d1ea4 into jshint:master May 21, 2013
jugglinmike pushed a commit to jugglinmike/jshint that referenced this pull request Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this pull request Oct 21, 2014
The message for W080 no longer includes the relevant identifier
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

2 participants