-
Notifications
You must be signed in to change notification settings - Fork 136
Engine warning cleanup #1624
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
Engine warning cleanup #1624
Conversation
JPercival
commented
Oct 6, 2025
- Add OpenRewrite framework as an auxiliary module
- Create Recipe for mass-refactoring of String.format usages
- Fix numerous detekt warnings on newly converted modules
- Still several hundred warnings remain before we can fully enable the static analysis
- Remove old Java-based static analysis tools.
|
Formatting check succeeded! |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1624 +/- ##
============================================
+ Coverage 65.05% 65.69% +0.63%
+ Complexity 1646 1644 -2
============================================
Files 470 470
Lines 28431 28000 -431
Branches 5440 5427 -13
============================================
- Hits 18497 18394 -103
+ Misses 7643 7319 -324
+ Partials 2291 2287 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|



