Róbert Papp
Róbert Papp
## Expected Behavior of the rule When `@javax.annotation.OverridingMethodsMustInvokeSuper` or `@androidx.annotation.CallSuper` is present on a method which is overridden, report that a call must be made. Very likely `@RequiresTypeResolution`. ## Context...
The power of `ForbiddenComment` is increased with #5981 and therefore we can decrease the false negatives, while not introducing new false positives. ## Expected Behavior Flag all of: ```kotlin //...
## Expected Behavior * ability to suppress a specific function by name (all overloads) [example for this in Context below] * ability to suppress a specific function by name (specific...
## Steps to Reproduce ```kotlin class ErrorViewModel(throwable: Throwable) { private val location: Array = throwable.stackTrace val depth: Int get() = location.count() val stack: String get() = location.joinToString(separator = "\n") {...
## Expected Behavior Anonymous objects are ignored, same as https://github.com/detekt/detekt/issues/1037. ## Observed Behavior  ``` > Task :checkstyle:detektMain FAILED checkers\checkstyle\src\main\kotlin\net\twisterrob\gradle\checkstyle\CheckStyleTaskCreator.kt:22:15: The function taskConfigurator appears to be too complex based on...
I broke it in https://github.com/orbit-mvi/orbit-mvi/pull/178/commits/29387d7ebe09034c4040567a3c58432719ed9b4f, sorry 😖. https://github.com/orbit-mvi/orbit-mvi/actions/runs/6234405861/job/16934067831#step:4:30 `NO-SOURCE` means it's not seeing any files.
### Describe the feature or problem you’d like to solve I would like to be able to call `gh repo edit ...` to set these [flags on the repository](https://docs.github.com/en/rest/repos/repos#update-a-repository): *...
#1068/#1073 missed the `emptyCopy(int)` overloads. Only half of the columns keep their printFormatter when copied with a pre-allocated size. Here's a repro: ```kotlin val table = Table.create( TextColumn.create("Name", listOf("b", "c",...
Steps to reproduce ------------------ ```PowerShell Write-Host Done with projects. ``` Expected behavior ----------------- > To prevent this rule from being too noisy, this rule gets only triggered when there are...
### Expected Behavior Works as before. ### Current Behavior Throws strange exception. #### Steps to Reproduce 1. Clone https://github.com/TWiStErRob/repros/tree/main/mockk/mockkObject-missing-every-on-enum 2. `gradlew test` -> fail 3. Downgrade Kotlin to 1.9.10 (`build.gradle.kts`...