You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some classes use glob imports, while others don't. The use of glob imports across files seems to be rather inconsistent.
Currently, with spotless, there doesn't seem to be a way to enforce using/disallowing glob imports, however there is an open issue for it: diffplug/spotless#649.
Some comments on the issue suggest using
to remove all the glob imports, however this solution will simply remove them and won't replace them with the appropriate imports, causing the compile to fail.
Some classes use glob imports, while others don't. The use of glob imports across files seems to be rather inconsistent.
Currently, with spotless, there doesn't seem to be a way to enforce using/disallowing glob imports, however there is an open issue for it: diffplug/spotless#649.
Some comments on the issue suggest using
to remove all the glob imports, however this solution will simply remove them and won't replace them with the appropriate imports, causing the compile to fail.
Opened due to discussion in #2074
The text was updated successfully, but these errors were encountered: