-
Diktat uses `KtLint` to run diktat as CLI: `ktlint -R ditkat.jar --disabled-rules=standard`. Now we see the following output:
```
15:04:38.861 [main] WARN com.pinterest.ktlint.cli.internal.KtlintCom…
nulls updated
11 months ago
-
I've noticed that ktlint isn't applied to custom SourceSets created in `build.gradle.kts`:
```kotlin
plugins {
kotlin("jvm") version "1.9.21"
id("org.jlleitschuh.gradle.ktlint") version "1…
-
I added these rules to [Mosaic](https://github.com/JakeWharton/mosaic/) mostly for the function naming rule, but I'm getting errors about missing `Modifier` parameters. Now, Mosaic _does_ have a `Modi…
-
https://pinterest.github.io/ktlint/1.0.1/install/cli/#rule-configuration-editorconfig
-
## CVE-2023-6378 - High Severity Vulnerability
Vulnerable Library - logback-classic-1.2.9.jar
logback-classic module
Library home page: http://logback.qos.ch
Path to dependency file: /build.gradle
P…
-
- [ ] Hello, we're trying to use ktfmt (first step) and ktlint (second step) together, but it seems that ktlint ignores the output returned from ktfmt. In our case, we want ktlint to fix some aspects …
emvag updated
11 months ago
-
https://github.com/eygraber/immich-kmp/blob/be3c3ba2d9fc6c648b99703b426059446b434e97/.support/module-generator/src/main/kotlin/app/immich/kmp/module/generator/module.kt#L131
```text
package app.immi…
-
This is an issue for discussion of **Kotlin statics and static extensions** proposal. This proposal is the culmination of our research and design on [KT-11968](https://youtrack.jetbrains.com/issue/KT-…
-
## CVE-2023-6481 - High Severity Vulnerability
Vulnerable Library - logback-core-1.2.9.jar
logback-core module
Library home page: http://logback.qos.ch
Path to dependency file: /build.gradle
Path to…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
this error keeps throwing even when all containers are in the same network
`localstack…