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