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

Ban wildcard imports #94

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

ppkarwasz
Copy link
Contributor

Add rule to ban wildcard imports. Wildcard imports are often the only difference between branches and they can not easily be expanded by Spotless.

Fixes #63.

@ppkarwasz ppkarwasz self-assigned this Jan 10, 2024
Add rule to ban wildcard imports. Wildcard imports are often the only
difference between branches and they can not easily be expanded by
Spotless.

Fixes apache#63.
@ppkarwasz ppkarwasz force-pushed the 63_wildcard_imports branch from 233d3d6 to 604fbd6 Compare January 11, 2024 09:31
@ppkarwasz ppkarwasz merged commit 604fbd6 into apache:main Jan 11, 2024
7 checks passed
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.

Ban wildcard imports
2 participants