compose-rules
compose-rules copied to clipboard
Static checks to aid with a healthy adoption of Compose
This is a followup from #104 I've tried all of these different configurations for the new functionality and none of them appear to work. It seems to me that this...
ktlint ruleset shows up as high severity issue when running a dependency check. https://github.com/pinterest/ktlint/issues/512 The reason is that the ktlint module packages as ktlint.jar and ktlint-core.jar, which results in a...
Currently there is no (lint) warning when using `derivedStateOf` without accessing any `State` object in its calculation, which can lead to unexpected behaviour. Since no `State` object is read, the...
**Is your feature request related to a problem? Please describe.** While running CI/CD, one of the steps is to download latest version of Detekt jar file (~60MB) from the official...
**Is your feature request related to a problem? Please describe.** Same as we support ktlint and detekt via sharing detectors that work purely at the Psi level, we could have...
**Describe the bug** I know that these are Twitter's Jetpack Compose Rules and not Google's Jetpack Compose Rules but I want to point out that the official AndroidX Preview annotations...
**Describe the bug** Cannot send a post **To Reproduce** Steps to reproduce the behavior: 1. Go to the webiste (https://twitter.com/home)](https://twitter.com/home) 2. worte a post 3. click to post 4. See...
Given the current situation at Twitter, can we expect this library to still be maintained?