-
### Description
Since gradle 7.5 ( and Java 9+), jvm behavior of test runner was changed.
https://docs.gradle.org/7.5/userguide/upgrading_version_7.html#removes_implicit_add_opens_for_test_workers
…
-
## Expected Behavior
In my way ,I scan the base-code smells ,and apply the patch.diff in check workspace. And then generate report based on detekt-base.xml
By expected,the Report should repo…
-
**Is your feature request related to a problem? Please describe.**
`ComposableNaming` is from Android Lint rules but it's not honored in this ktlint ruleset.
**Describe the solution you'd like**…
-
https://github.com/cashapp/redwood/blob/65be6c3ceec60d8b44eb304af8e93584ce3641fb/redwood-cli/src/main/kotlin/app/cash/redwood/cli/LintCommand.kt
https://github.com/android/nowinandroid/pull/899/fil…
-
`ComposableNaming` is from Android Lint rules but it's not honored in this ktlint ruleset.
Similar case in ktlint side like https://github.com/pinterest/ktlint/issues/2612.
-
When formatting using --stdin, you lose filename/path in any error messages (obviously). Additionally there's no way to use things like specific-directory editorconfig overrides, which depend on knowi…
-
## Expected Behavior of the rule
Identify unnecessary fully qualified names. E.g. `kotlin.io.println()` can be simplified to `println()`.
Suggest starting with the default imports provided by Kotl…
3flex updated
9 months ago
-
## Expected Behavior
Ktlint should not affect the line break settings unless the break type is specified in .editorconfig
## Observed Behavior
Ktlint sets default line breaks in Unix, not in …
mxkmn updated
2 months ago
-
## Observed Behavior
#1454 introduces rule `standard:no-consecutive-comments`, which doesn't allow mixing comment types even if there is empty line between them. For example, you may want to create a…
-
**Describe the bug**
Code sample:
```kt
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
sealed interface Screen {
@Suppress("ktlint:compose:naming-check"…