fix: Override ktlint rules for kits to avoid editorconfig conflicts#642
Merged
Mansi-mParticle merged 1 commit intomainfrom Jan 27, 2026
Merged
fix: Override ktlint rules for kits to avoid editorconfig conflicts#642Mansi-mParticle merged 1 commit intomainfrom
Mansi-mParticle merged 1 commit intomainfrom
Conversation
thomson-t
approved these changes
Jan 27, 2026
|
mparticle-automation
added a commit
that referenced
this pull request
Jan 27, 2026
## [5.76.0](v5.75.1...v5.76.0) (2026-01-27) ### Features * Add trunk rule to detect mParticle API keys ([#633](#633)) ([3f3c79f](3f3c79f)) * Update Android Gradle plugin to 8.1.0 ([#575](#575)) ([fc6a25d](fc6a25d)) ### Bug Fixes * Align ktlint rules for kits with Android Studio defaults ([#640](#640)) ([e5484a0](e5484a0)) * migrate all generic logs to Logger class ([#630](#630)) ([9c9cb33](9c9cb33)) * Override ktlint rules for kits to avoid editorconfig conflicts ([#642](#642)) ([e31027a](e31027a)) ### Updates & Maintenance * bump actions/cache from 4 to 5 ([#635](#635)) ([fb471fa](fb471fa)) * bump actions/checkout from 5 to 6 ([#631](#631)) ([a0b2442](a0b2442)) * bump actions/checkout from 5.0.0 to 6.0.1 ([#637](#637)) ([449a0b5](449a0b5)) * bump actions/setup-java from 4 to 5 ([#625](#625)) ([46823b8](46823b8)) * bump actions/upload-artifact from 5 to 6 ([#636](#636)) ([05f6133](05f6133)) * Remove empty workflow file ([#634](#634)) ([0780abd](0780abd)) * Update submodules ([d6bf37f](d6bf37f))
Collaborator
|
🎉 This PR is included in version 5.76.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.



Background
This prevents the repository-level .editorconfig from being applied, causing ktlint rule mismatches between local runs and CI—most notably around indentation, trailing commas, and blank line rules.
What Has Changed
Screenshots/Video
Checklist
Additional Notes
Reference Issue (For employees only. Ignore if you are an outside contributor)