- 431e2a3 Adds a lint check to warn against LocalContext.current.resources.configuration by Louis Pullen-Freilich · 9 weeks ago
- 8cd67b4 Migrates from kotlinx-metadata-jvm to kotlin-metadata-jvm by Louis Pullen-Freilich · 5 months ago
- a1aa4cc Lint check for shared transition usage in LazyList items by Oscar Adame Vázquez · 9 months ago
- cf3d160 Upgrade lint and AGP used by lint check projects by Aurimas Liutikas · 9 months ago
- dcaa116 Migrate compose to use ktfmt by Omar Ismail · 9 months ago
- c717d0a Avoid crashing in Compose lint checks if trying to parse incompatible kotlin metadata by Louis Pullen-Freilich · 10 months ago
- 281734d Update kotlinx-metadata-jvm to 0.9.0 by Daniel Santiago Rivera · 1 year ago
- a1cda6f Updates UnnecessaryLambdaCreationDetector to handle lambda subtypes by Louis Pullen-Freilich · 1 year ago
- e71eb7f Avoid caching common JAR in configuration stage by omarismail · 1 year, 1 month ago
- c9eea1b Safe casts for PsiParameter.isComposable by Louis Pullen-Freilich · 1 year, 1 month ago
- ee0da74 Add comment to build.gradle files by Tiem Song · 1 year, 2 months ago
- d9e02ef Update kotlinx-metadata-jvm to 0.7.0 by Daniel Santiago Rivera · 1 year, 4 months ago
- 8e51a6a Add lint to find `javaClass` calls in common module by Andrei Shikov · 1 year, 7 months ago
- 6dee1be Use Analysis API to find type argument of a call by Jinseong Jeon · 1 year, 7 months ago
- 73507b7 Add lint check to specialize mutableStateOf calls by Andrew Bailey · 1 year, 10 months ago
- 497a244 Add warning for opaque Unit arguments used as keys by Andrew Bailey · 1 year, 10 months ago
- 72df0db Allow modifiers to consume CompositionLocals by Leland Richardson · 2 years, 3 months ago
- 00d4304 Update kotlinx-metadata-jvm to 0.6.0 by Daniel Santiago Rivera · 2 years, 1 month ago
- 2ac8f83 Add lint for Modifier.offset by Levi Albuquerque · 2 years, 8 months ago
- 8e45c9d Add lint for awaitPointerEventScope assign/return usages by Levi Albuquerque · 2 years, 8 months ago
- b221380 Add derivedStateOf to unremembered state lint check by Ben Trengrove · 2 years, 8 months ago
- 4fb1b78 Add lint checks for observable properties of Lazy(List|Grid)State. by Andrei Shikov · 2 years, 10 months ago
- bd96807 Merge "Test case for ModifierDeclarationDetector with inline / value classes" into androidx-main by Treehugger Robot · 2 years, 10 months ago
- 488f1b9 Test case for ModifierDeclarationDetector with inline / value classes by Louis Pullen-Freilich · 2 years, 10 months ago
- 12d8ebca Merge "Add material3-lint and ScaffoldPaddingDetector" into androidx-main by Treehugger Robot · 2 years, 10 months ago
- 00d8a46 Add lint util for remember with key by Jeremy Woods · 2 years, 10 months ago
- 2930942 Add material3-lint and ScaffoldPaddingDetector by Alex Vanyo · 2 years, 10 months ago
- ccd98ad Add Scaffold content padding lint check by Alex Vanyo · 3 years ago
- 232597c Fixes Compose lint checks broken with AGP 7.3.0-alpha05 by Louis Pullen-Freilich · 3 years ago
- 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years, 5 months ago
- 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years, 5 months ago
- cfd2ded Lint check to ensure that produceState calls assign `value` by Louis Pullen-Freilich · 3 years, 5 months ago
- 8a16f1b Adds lint check to warn against calling StateFlow.value inside composition by Louis Pullen-Freilich · 3 years, 5 months ago
- 14b5ea5 ktlint 0.42.1 by Jeff Gaston · 3 years, 5 months ago
- 92c84c5 Fixes issues with Lint checks in IDE by Louis Pullen-Freilich · 3 years, 7 months ago
- 1fde604 Adds lint check to warn against using Modifier.composed unnecessarily by Louis Pullen-Freilich · 3 years, 9 months ago
- cafae15 Moves Compose lint stubs and test utils to a new module, compose:lint:common-test and uses compiled stubs by Louis Pullen-Freilich · 3 years, 9 months ago
- 027d77c Adds vendor information to Compose lint checks by Louis Pullen-Freilich · 3 years, 9 months ago
- 41a611f Migrate the rest of compose to version catalogs by Aurimas Liutikas · 3 years, 9 months ago
- a068198 Lint fixes for AGP 7.1 alpha01 upgrade by Louis Pullen-Freilich · 3 years, 9 months ago
- 03bcb6b Update kotlin-metadata-jvm to 0.3.0 by Daniel Santiago Rivera · 3 years, 9 months ago
- 4411aa1 Update androidx to AGP 7.0-alpha15 by Alan Viverette · 3 years, 10 months ago
- 7b866ee ModifierDeclarationDetector now ignores ParentDataModifiers by Louis Pullen-Freilich · 3 years, 11 months ago
- 5917d56 Merge "Lint check for Modifier factory functions that do not use the receiver instance" into androidx-main by Louis Pullen-Freilich · 3 years, 11 months ago
- 99e7929 Lint check for Modifier factory functions that do not use the receiver instance by Louis Pullen-Freilich · 3 years, 11 months ago
- a14b742 Adds a lint check to ensure that the target state parameter in Crossfade is used by Louis Pullen-Freilich · 4 years ago
- c473530 Merge "Adds lint check to ensure that hex values passed to a Color are 32 bit" into androidx-main by Louis Pullen-Freilich · 4 years ago
- 18ee63f Lint check for rememberSaveable() calls that pass the `Saver` to the vararg `inputs` parameter by mistake by Louis Pullen-Freilich · 4 years ago
- 24ec882 Adds lint check to ensure that hex values passed to a Color are 32 bit by Louis Pullen-Freilich · 4 years ago
- 3238b0b Merge "Adds lint check for Transition.animate* functions to ensure target state is used" into androidx-main by Louis Pullen-Freilich · 4 years ago
- 0f84a10 Adds lint check for Transition.animate* functions to ensure target state is used by Louis Pullen-Freilich · 4 years ago
- 823dc13 Adds a lint check for calling mutableStateOf inside a composition, without remembering the result by Louis Pullen-Freilich · 4 years ago
- 3186287 Adds Material lint check for conflicting 'on' colors by Louis Pullen-Freilich · 4 years ago
- 0a76915 Migrates ui-lint to use compose:lint:common by Louis Pullen-Freilich · 4 years ago
- 2dbfe87 Adds compose:lint:common module to allow reusing code between Compose lint checks by Louis Pullen-Freilich · 4 years ago