Mark Vadeika
Mark Vadeika
This adds the `UnnecessaryNotNullCheck` rule as discussed in #5204. It detects usages of `requireNotNull` and `checkNotNull` on non-null values.
**Description** Using the `AccessibilityRenderExtension` is useful for analyzing accessibility information, but the information added to the side of the screenshot is cropped out when the `SHRINK` rendering mode is used....
**Description** In previous versions, there have been slight variations between the Paparazzi screenshots generated on Linux CI runs and local MacOS runs. This required setting a maximum percent difference above...
This is currently how the text to be shown on the accessibility pane is chosen: ```kotlin private fun SemanticsNode.accessibilityText() = ( config.getOrNull(SemanticsProperties.ContentDescription)?.joinToString(", ") ?: config.getOrNull(SemanticsProperties.Text)?.joinToString(", ") ?: config.getOrNull(SemanticsProperties.StateDescription) ?: config.getOrNull(SemanticsActions.OnClick)?.label...