Philippe Breault
Philippe Breault
## Expected Behavior of the rule Would there be any appetite for a new `UnnecessaryRequireNotNull` rule? This would be similar to [UnnecessaryNotNullOperator](https://detekt.dev/docs/rules/potential-bugs/#unnecessarynotnulloperator) but it would flag calls to [requireNotNull](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/require-not-null.html) with...
## Expected Behavior [XML Report merging](https://detekt.github.io/detekt/reporting.html#merging-reports) should work out of the box when following the examples in the documentation. ## Observed Behavior Report merging fails silently for android modules (...
### What happened? If the compiler version is not specified, the plugin tries to resolve it every time we run `./gradlew instrumentCode`. Resolving the ant task version forces a few...
**Describe the bug** I encountered an issue while trying to set the `localPath` property to point to an IDE installation located in JetBrains Toolbox. ``` * What went wrong: Could...
I've observed gcloud timeouts in a CI job that runs fladle on multiple modules in parallel. Most apk uploads succeeded but a few failed. Could be a transient error on...
### What happened? `performanceTesting.jar` is not bundled in android studio 2024.2.1.* This causes a resolution error in `:compileKotlin`. ### Relevant log output or stack trace ```shell Execution failed for task...