-
## Expected Behavior
if the rule no-empty-first-line-in-method-block is disabled in .editorconfig under kotlin e.g. `[{*.kt,*.kts,*.java}]`
then it should not give error for a blank line at sta…
-
### What is the current behavior?
There's no support for Kotlin linting with rules_lint right now, but I thought'd be really nice if either ktlint (https://github.com/pinterest/ktlint) and/or detek…
-
i've added https://mrmans0n.github.io/compose-rules/rules/#hoist-all-the-things custom ruleset to ktlint spotless
but i'm unable to suppress a rule for a function
I tried adding
@Suppress("kt…
-
i've added https://mrmans0n.github.io/compose-rules/rules/#hoist-all-the-things custom ruleset to ktlint spotless
but i'm unable to suppress a rule for a function
I tried adding
@Suppress("ktli…
-
## Expected Behavior
I expect Ktlint to proceeed (as opposed to stop and log error) when there are comments in the code. As an anti-bikeshedding tool it is weird that Ktlint wants us to move …
-
## summary of problem
```kt
spotless {
kotlin {
ktlint()
}
}
```
Having the simple block below highlights `ktlint()`. Hovering on it shows the message "Type BaseKotlinExtensio…
-
I think that the current method of adding additional rulesets is really basic and it would be better if there was a way to provide the maven coordinates to a ruleset and then the plugin can handle dow…
zt64 updated
6 months ago
-
After seeing even sophisticated Gradle users stumble over this countless times, I'm convinced that dependency resolution at configuration time should be an error by default. I'm hard pressed to think …
oehme updated
9 months ago
-
These were automated changes when I used the inline function in the IDE.
I was going to revert the changes, but since this is a recurring problem, I wanted to raise an issue to make …
-
Upgrading from `1.1.0` to `1.1.1` result in an exception for the following case:
```kotlin
fun Foo.map(): List = listOf(
1,
) + listOf(2).map { it }
```
> Rule 'standard:argument-list-wr…