feat: Implement Trunk tool#604
Merged
Merged
Conversation
thomson-t
reviewed
Sep 15, 2025
2bc521b to
2e71d18
Compare
thomson-t
reviewed
Sep 24, 2025
| ktlint { | ||
| // Disable problematic rules | ||
| disabledRules = [ | ||
| "trailing-comma", |
Collaborator
There was a problem hiding this comment.
Should we disable this? I can see it auto-formatted most of the files.
| "trailing-comma", | ||
| "trailing-comma-on-call-site", | ||
| "trailing-comma-on-declaration-site", | ||
| "max-line-length", // Disable line length checks |
Collaborator
There was a problem hiding this comment.
We can create a .editorconfig file with the required line length, and it should be automatically updated.
|
thomson-t
previously approved these changes
Nov 5, 2025
thomson-t
left a comment
Collaborator
There was a problem hiding this comment.
I noticed that the commit hash in kits/rokt-kit has changed. Is that intentional?
thomson-t
reviewed
Nov 5, 2025
|
thomson-t
approved these changes
Nov 7, 2025
mparticle-automation
added a commit
that referenced
this pull request
Nov 20, 2025
## [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))
Collaborator
|
🎉 This PR is included in version 5.75.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



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