Fix misaligned `.editorconfig` to fix wildcard imports
Fix misaligned .editorconfig to fix wildcard imports.
as seen here we still produce unwanted start imports: https://github.com/openrewrite/rewrite-static-analysis/pull/497/files#r2032495684
kindly request your feedback on this @timtebeek @greg-at-moderne
hi @pankratz76 ; appreciate the help; it's been proving difficult to get to all the reviews lately, and then we tend to prioritize those that fix an issue or add a feature over those that purely improve the code. Appreciate your patience as we work through a backlog of issues, as I know you've contributed quite a few into that last category recently. With those larger restructurings it's also quite a bit of effort to ensure it all functionally works the same, as we can't solely rely on the unit tests that we have, but need to verify these at scale as well.
at scale as well
automation is key, as we cannot rely on something we do not measure. So if we can leverage something like gatling this would help us to get ritt of this issue right away.