Petros Paraskevopoulos
Petros Paraskevopoulos
Parent #16892 This issue is about resolving and/or suppressing any baseline Detekt warnings on this repo. **FYI**: There are currently about `291` Detekt related warnings within the `baseline.xml` file (give-or-take).
Parent #16892 This issue is about enabling type resolution for Detekt via `detektMain/Test` tasks. **TL;DR**: We might want to start using `detektMain/Test` in favor of `detekt` task as it is...
Initial Raised: #16562 Consolidate all various module related LICENSE files, but mainly the MIT [LICENSE](https://github.com/wordpress-mobile/WordPress-Android/blob/trunk/libs/analytics/LICENSE) file on the analytics module, and figure out if those can be combined into one,...
This issue is about updating [material-components-android](https://github.com/material-components/material-components-android) to the latest stable version (currently the [1.5.0](https://github.com/material-components/material-components-android/releases/tag/1.5.0)). However, last time during the update from the current [1.2.1](https://github.com/material-components/material-components-android/releases/tag/1.2.1) to [1.3.0](https://github.com/material-components/material-components-android/releases/tag/1.3.0) and issue occurred and...
Parent: #14293 This is based from this [comment](https://github.com/wordpress-mobile/WordPress-Android/pull/14514#pullrequestreview-642222310) from @osullivanchris within this [PR](https://github.com/wordpress-mobile/WordPress-Android/pull/14514).
This issue is closely related to #14732. ### Expected behavior When a user is scheduling a post to be published in the future, through `Publish Date` and `SCHEDULE NOW` bottom...
As part of #6902 and this [commit](https://github.com/woocommerce/woocommerce-android/pull/6902/commits/4a6304d4c8f3e6644bc3e42f0e88c99189a451bd), the `ReviewModerationHandlerTests` test and all its warnings got suppressed with `DEPRECATION`. The warnings occur because this `ReviewModerationHandlerTests` test suite is the only such...
This not a bug, but can be potentially leading to a bug. 🤔 As part of #6865 and this 7f6ec8b554a09d755d92a6bb5c7e1dbf28bc4984 commit, the below property and its warning got suppressed with...
### TL;DR As part of [Gradle 7.4 & AGP to 7.1.1](https://github.com/wordpress-mobile/AztecEditor-Android/pull/963) upgrade, I noticed that only the `aztec` module related Lint set of artifacts are being uploaded during a CI...
As part of https://github.com/wordpress-mobile/WordPress-FluxC-Android/pull/2491 and [this change](https://github.com/wordpress-mobile/WordPress-FluxC-Android/pull/2491/commits/3c13e594043c51cbb0f4dbeda5fefbc8d2434d11), [a discussion](https://github.com/wordpress-mobile/WordPress-FluxC-Android/pull/2491#discussion_r943548751) was started as to whether the [PluginCoroutineStore](https://github.com/wordpress-mobile/WordPress-FluxC-Android/blob/e5cf7a211c05ac9c2051415b5221924918a0b589/fluxc/src/main/java/org/wordpress/android/fluxc/store/PluginCoroutineStore.kt#L35-L36) that was missing the @Singleton annotation should have it, just like the rest of...