Together-Java / TJ-Bot

TJ-Bot is a Discord Bot used on the Together Java server. It is maintained by the community, anyone can contribute.
https://togetherjava.org
GNU General Public License v3.0
101 stars 86 forks source link

Remove star imports #1092

Closed SimonVerhoeven closed 4 months ago

SimonVerhoeven commented 5 months ago

Removes star imports. Resolves #1057

SimonVerhoeven commented 5 months ago

LGTM

I'm not sure if merging this will close the issue but we can re-open it I guess, just to update Sonar/any linting we have to flag * imports.

True, it's a partial resolution. But generally I prefer configuration and code changes in 2 separate PRs. As this will have no direct impact, but merging it will prevent PRs. While changing sonar configuration might for open PRs.