-
#### WHAT
Change our builds scripts to run [Twitter's Jetpack Compose Rules](https://github.com/twitter/compose-rules).
#### WHY
So issues like https://github.com/google/horologist/pull/830 a…
-
## Expected Behavior
I would like to be able to install a specific version of ktlint via brew so that I can reliably and consistently setup my development environment. New versions of ktlint might co…
-
- summary of problem
While using below spotless and ktlint version in kotlin springboot codebase, facing below error. [using this version to fix the `disabled_rules` warnings] [attached gradle buil…
-
Currently there exists `ktlint_function_signature_rule_force_multiline_when_parameter_count_greater_or_equal_than` for forcing multi-line functions.
I'd like to have a similar override for class …
-
## Expected Behavior
On the rules list documentation page (https://pinterest.github.io/ktlint/latest/rules/standard), there is a great deal of inconsistency in how rules are named. For example, tr…
Crell updated
4 months ago
-
Hi,
having this code/versions
```
ktlint = "1.3.0"
ktlintplugin = "12.1.1" (org.jlleitschuh.gradle.ktlint)
ktlintrules-compose = "0.4.5"
```
```
//this suppress doesn't work, to keep it …
-
## Expected Behavior
1. Run `./gradlew detekt`.
2. Task passes, no issues are found.
3. Run `./gradlew detekt -Pformat`.
4. Task passes, no new issues are found and no formatting happens.
## Ob…
-
Currently there is a lot of duplication in the Gradle config. This needs to be cleaned up.
This concerns mostly Spotless, and Dokka. The problem with Spotless is that ktfmt doesn't work with contex…
-
Maybe it's no longer using my .editorconfig and is now using the default rules?
-
## Expected Behavior
`notifyItemRangeChanged(0, currentList.size)` should not report any warning
## Observed Behavior
`notifyItemRangeChanged(0, currentList.size)` is reporting warning
Tho…