-
## Expected Behavior
It should work
## Observed Behavior
Exception was thrown:
```
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':custom-lint-testing:lint-use-cases:…
-
Converting `CharArray` to a `String` can have surprising and inconsistent results.
Any usage of `CharArray` where it might be converted to a `String`, but doesn't not use `.concatToString()` or `.…
-
https://github.com/detekt/detekt-compiler-plugin/pull/59#discussion_r992024124
-
We are having some issues with Sonarqube analysis for an Android application in Kotlin:
although the project Quality Profile is only detecting Kotlin (detekt all) and XML (Sonar way), some FindBugs …
-
## Expected Behavior
Builds work reliably.
## Observed Behavior
I often get the exception `java.lang.AssertionError: Breakpoint wasn't hit within 10000 milliseconds` when running full builds of d…
-
## Expected Behavior
baseline.xml is complete.
## Observed Behavior
baseline.xml is incomplete.
## Steps to Reproduce
```
mkdir foo
cd foo
git clone https://github.com/ethauvin/mobibot.git…
-
Mastodon's Announcements API allows a user to view the profiles that he is currently featuring on his own profile. The goal of this task is to implement the following endpoints of this API in BigBone:…
-
Starting in Gradle 7.4, both the `Gradle.buildFinished` and `BuildListener.buildFinished` are deprecated. Apparently, it was not possible to get these methods to work with the configuration caching fe…
-
## Expected Behavior
detekt gradle plugin is compatible with Kotlin 1.8.22 and not only 1.8.21
## Current Behavior
detekt gradle plugin is incompatible with Kotlin 1.8.22
```
1: Task failed w…
-
**Describe the Issue**
Calling of FhirEngine.update and FhirEngine.create instead of DefaultRepository for similar operations skips some operations performed such as tagging of resources, updating …