Skip to content

[gardening] change an ambiguous variable name #63237

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

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

glessard
Copy link
Contributor

A variable name that consists of the single lowercase letter L trips some python lint configurations. This causes local test runs to fail for an uninteresting reason. This commit changes the offending variable name to a single underscore, which is apparently better.

- lowercase-l trips some python lint configurations
@glessard
Copy link
Contributor Author

@swift-ci please smoke test

Copy link
Contributor

@Azoy Azoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, would prefer a comment for the change, but it's fine.

@glessard glessard requested a review from lorentey January 27, 2023 01:02
@glessard glessard merged commit d25994b into swiftlang:main Jan 27, 2023
@glessard glessard deleted the python-linting branch January 27, 2023 01:09
edymtt pushed a commit to edymtt/swift that referenced this pull request May 23, 2023
- lowercase-l trips some python lint configurations

(cherry picked from commit 36d230e,
 swiftlang#63237)
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.

3 participants