-
Notifications
You must be signed in to change notification settings - Fork 69
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
base: development
Are you sure you want to change the base?
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.
|
Instructions
development
Summary
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)