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.
This PR contains the following updates:
0.2.2
->0.3.0
0.5.0
->0.6.0
0.5.0
->0.6.0
1.0.0
->1.0.1
Release Notes
mrmans0n/compose-rules (io.nlopez.compose.rules:ktlint)
v0.3.0
Changelog
!!! Important for Detekt users when updating !!!
If you are using Detekt, you'll need to change the
PreviewNaming
in your detekt.yml config to bePreviewAnnotationNaming
.v0.2.3
Changelog
usefulness/ktlint-gradle-plugin (io.github.usefulness.ktlint-gradle-plugin)
v0.6.0
What's Changed
ignoreKspGeneratedSources = false
should do the trick - https://github.com/usefulness/ktlint-gradle-plugin/pull/113Full Changelog: usefulness/ktlint-gradle-plugin@v0.5.0...v0.6.0
pinterest/ktlint (com.pinterest.ktlint:ktlint-cli)
v1.0.1
Compare Source
🆕 Features
.editorconfig
propertyktlint_function_naming_ignore_when_annotated_with
so that rulefunction-naming
can be ignored based on annotations on that rule. See function-naming.🔧 Fixes
Update badge for Maven Central - #2245, by @Goooler
Fix code style parameter in cli - #2241, by @paul-dingemans
Anonymous function in assignment - #2263, by @paul-dingemans
Fix indent of multiline object declaration inside class - #2266, by @paul-dingemans
Do not replace function body with multiple exit points - #2273, by @paul-dingemans
Ignore override of function in rule
function-naming
- #2274, by @paul-dingemansSuppress
function-naming
based on annotations - #2275, by @paul-dingemansForce blank line before object declaration - #2287, by @paul-dingemans
Multiline expression wrapping - #2290, by @paul-dingemans
Ignore function naming in Kotest classes - #2291, by @paul-dingemans
Improve violation message in
discouraged-comment-location
- #2293, by @paul-dingemansFix malformed AST when
&&
or||
is at start of linechain-wrapping
- #2300, by @paul-dingemansDo not report false positives
type-argument-list-spacing
andtype-parameter-list-spacing
- #2303, by @paul-dingemansFix chain method continuation containing higher order function call - #2305, by @paul-dingemans
📦 Dependencies
Update dependency io.github.detekt.sarif4k:sarif4k to v0.5.0 - #2277, by @renovate[bot]
Update dependency gradle to v8.4 - #2294, by @renovate[bot]
Update actions/checkout action to v4 - #2225, by @renovate[bot]
Update actions/checkout digest to
8ade135
- #2295, by @renovate[bot]💬 Other
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.