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

UNUSED_METHOD_ARGUMENT: Case not being retained #545

Closed
KamasamaK opened this issue Feb 27, 2018 · 1 comment
Closed

UNUSED_METHOD_ARGUMENT: Case not being retained #545

KamasamaK opened this issue Feb 27, 2018 · 1 comment
Milestone

Comments

@KamasamaK
Copy link
Collaborator

KamasamaK commented Feb 27, 2018

The letter case of the argument is not being retained for the message of UNUSED_METHOD_ARGUMENT. It is being represented as all lowercase in the message regardless of how it is written.

Example

function foo(any bAr) {
	return;
}

Reports the message as "Argument bar is not used in function. Consider removing it." and variable as "bar".

@ryaneberly ryaneberly added this to the 1.4.1 milestone Jun 1, 2018
ryaneberly added a commit that referenced this issue Jun 1, 2018
@ryaneberly
Copy link
Contributor

fixed in 1.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants