-
Notifications
You must be signed in to change notification settings - Fork 68
feat: Implement Trunk tool #604
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
Conversation
2bc521b to
2e71d18
Compare
build.gradle
Outdated
| ktlint { | ||
| // Disable problematic rules | ||
| disabledRules = [ | ||
| "trailing-comma", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we disable this? I can see it auto-formatted most of the files.
build.gradle
Outdated
| "trailing-comma", | ||
| "trailing-comma-on-call-site", | ||
| "trailing-comma-on-declaration-site", | ||
| "max-line-length", // Disable line length checks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can create a .editorconfig file with the required line length, and it should be automatically updated.
|
thomson-t
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that the commit hash in kits/rokt-kit has changed. Is that intentional?
|
## [5.75.0](v5.74.3...v5.75.0) (2025-11-20) ### Features * Implement Trunk tool ([#604](#604)) ([d02a125](d02a125)) ### Updates & Maintenance * add token to checkout step for regression branch pushes ([#627](#627)) ([afe965e](afe965e)) * bump andymckay/cancel-action from 435124153eb37d6a62a29d053a7e449652f89d51 to a955d435292c0d409d104b57d8e78435a93a6ef1 ([#624](#624)) ([2f1644a](2f1644a)) * bump reactivecircus/android-emulator-runner from 2.34.0 to 2.35.0 ([#626](#626)) ([8f4b392](8f4b392)) * update permissions to allow branch push and delete operations ([#628](#628)) ([d66079d](d66079d))
|
🎉 This PR is included in version 5.75.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |



Instructions
developmentSummary
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)