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

Allow unused variables that start with _ #287

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

kylelaker
Copy link
Contributor

This is a common idiom especially in unpacking where only one of the
values is needed. This allows ignoring the underscore itself _ as well
as names that start with _ such as _ignored or _foo.

This is a common idiom especially in unpacking where only one of the
values is needed. This allows ignoring the underscore itself `_` as well
as names that start with `_` such as `_ignored` or `_foo`.
@mikeisen1 mikeisen1 merged commit 12747a1 into develop Mar 1, 2022
@rgauss rgauss deleted the feature/allow-unused-underscore-vars branch March 2, 2022 18:24
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