-
Notifications
You must be signed in to change notification settings - Fork 881
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
fix(deps): update spotless packages to v7 (major) #13004
Conversation
999a6ec
to
5c8134f
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
@@ -97,7 +99,7 @@ if (project == rootProject) { | |||
"**/*.dockerfile", | |||
"**/gradle.properties" | |||
) | |||
indentWithSpaces() | |||
leadingTabsToSpaces() |
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.
indentWithSpaces
is deprecated and replaced with leadingTabsToSpaces
"ktlint_standard_property-naming" to "disabled" | ||
"ktlint_standard_property-naming" to "disabled", | ||
// prevent moving comment to next line in latestDepTestLibrary("xxx") { // see xxx module | ||
"ktlint_standard_function-literal" to "disabled" |
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.
without disabling this rule we'd end up with
latestDepTestLibrary("xxx") {
// see xxx module
that breaks the script that checks the latestDepTestLibrary
dependencies
return flow.onCompletion { cause: Throwable? -> | ||
instrumenter.end(context, request, null, cause) | ||
} | ||
fun <REQUEST, RESPONSE> onComplete(flow: Flow<*>, instrumenter: Instrumenter<REQUEST, RESPONSE>, context: Context, request: REQUEST & Any): Flow<*> = flow.onCompletion { cause: Throwable? -> |
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.
It doesn't really seem to honor the max line length here. I guess if there is interest we could track down which rule removes the {}
to avoid creating such long lines.
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.
seems ok, it doesn't bother me
This PR contains the following updates:
6.25.0
->7.0.1
6.25.0
->7.0.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.