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

prevent-abbreviation suggests replacing someRetVal with someReturnValueValue #1937

Closed
Xunnamius opened this issue Oct 23, 2022 · 0 comments · Fixed by #1953
Closed

prevent-abbreviation suggests replacing someRetVal with someReturnValueValue #1937

Xunnamius opened this issue Oct 23, 2022 · 0 comments · Fixed by #1953
Labels

Comments

@Xunnamius
Copy link

Xunnamius commented Oct 23, 2022

Rule unicorn/prevent-abbreviation suggests replacing someRetVal with someReturnValueValue.

Rule: unicorn/prevent-abbreviation

const expectedRetVal = 'that should be ok';

// Expected:
const expectedReturnValue = 'that should be ok';

// Actual:
const expectedReturnValueValue = 'that should be ok';
@Xunnamius Xunnamius changed the title prevent-abbreviation suggests replaces someRetVal with someReturnValueValue prevent-abbreviation suggests replacing someRetVal with someReturnValueValue Oct 26, 2022
@fisker fisker added the bug label Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants