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

Fix some import related style guide violations in ES #371

Merged

Conversation

boomanaiden154
Copy link
Collaborator

This patch fixes some import related style guide violations, particularly the importing of multiple modules/packages on a single line. Some internal tooling is not able to effectively analyze these patterns (given they don't show up often since they're banned by the style guide) which is relatively annoying.

We also should not be importing individual classes/functions, so fix those too when they coincide with the previous point.

This patch fixes some import related style guide violations,
particularly the importing of multiple modules/packages on a single
line. Some internal tooling is not able to effectively analyze these
patterns (given they don't show up often since they're banned by the
style guide) which is relatively annoying.

We also should not be importing individual classes/functions, so fix
those too when they coincide with the previous point.
@boomanaiden154 boomanaiden154 merged commit 9c81ac6 into google:main Sep 17, 2024
15 checks passed
@boomanaiden154 boomanaiden154 deleted the fix-import-es-style-guide branch September 17, 2024 02:07
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.

2 participants