1. 8e51a6a Add lint to find `javaClass` calls in common module by Andrei Shikov · 1 year, 2 months ago
  2. 6dee1be Use Analysis API to find type argument of a call by Jinseong Jeon · 1 year, 2 months ago
  3. 761b2f0 Ignore range step tests broken by Kotlin 1.9 by Andrei Shikov · 1 year, 3 months ago
  4. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 2 months ago
  5. 7b3cd84 Fix detecting value classes in lint rule by George Mount · 1 year, 4 months ago
  6. 63b9b29 Add bug components to various OWNERS files that were missing them by Aurimas Liutikas · 1 year, 3 months ago
  7. f24ae42 Add a lint check to the UI Module by Ralston Da Silva · 1 year, 4 months ago
  8. 086b16e Improve SteppedForLoopDetector by Romain Guy · 1 year, 3 months ago
  9. 631621a Add lint rule for autoboxing lambdas by George Mount · 1 year, 4 months ago
  10. 6d76101 Detect platform imports in commonMain folder by Andrei Shikov · 1 year, 4 months ago
  11. 6e70b6d Add lint check for stepped loops by Romain Guy · 1 year, 4 months ago
  12. 77a1790 Self-add Compose lint ownership by Andrew Bailey · 1 year, 4 months ago
  13. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 4 months ago
  14. 1f17b1a Update UnrememberedStateDetector lint inspection by Andrew Bailey · 1 year, 6 months ago
  15. 73507b7 Add lint check to specialize mutableStateOf calls by Andrew Bailey · 1 year, 5 months ago
  16. 497a244 Add warning for opaque Unit arguments used as keys by Andrew Bailey · 1 year, 5 months ago
  17. 93e4737 Removes ModifierInspectorInfoDetector by Louis Pullen-Freilich · 1 year, 6 months ago
  18. 72df0db Allow modifiers to consume CompositionLocals by Leland Richardson · 1 year, 10 months ago
  19. 65920d3 Upgrade to AGP 8.0.0-beta03 by Aurimas Liutikas · 1 year, 7 months ago
  20. 65323cc Revert "AGP 8.1.0-alpha03" by Aurimas Liutikas · 1 year, 7 months ago
  21. affad97 Revert "Revert "Define ModifierNodeElements as full classes"" by Andrew Bailey · 1 year, 7 months ago
  22. 3b5e712 Revert "Define ModifierNodeElements as full classes" by Aurimas Liutikas · 1 year, 7 months ago
  23. 5e133af Define ModifierNodeElements as full classes by Andrew Bailey · 1 year, 8 months ago
  24. b919ed5 AGP 8.1.0-alpha03 by Jeff Gaston · 1 year, 8 months ago
  25. baed27e Fixes Compose lint test failures with AGP upgrade by Louis Pullen-Freilich · 1 year, 8 months ago
  26. 00d4304 Update kotlinx-metadata-jvm to 0.6.0 by Daniel Santiago Rivera · 1 year, 8 months ago
  27. 2ac8f83 Add lint for Modifier.offset by Levi Albuquerque · 2 years, 3 months ago
  28. 8e45c9d Add lint for awaitPointerEventScope assign/return usages by Levi Albuquerque · 2 years, 3 months ago
  29. b221380 Add derivedStateOf to unremembered state lint check by Ben Trengrove · 2 years, 2 months ago
  30. 4fb1b78 Add lint checks for observable properties of Lazy(List|Grid)State. by Andrei Shikov · 2 years, 4 months ago
  31. bd96807 Merge "Test case for ModifierDeclarationDetector with inline / value classes" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  32. 488f1b9 Test case for ModifierDeclarationDetector with inline / value classes by Louis Pullen-Freilich · 2 years, 5 months ago
  33. 12d8ebca Merge "Add material3-lint and ScaffoldPaddingDetector" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  34. 00d8a46 Add lint util for remember with key by Jeremy Woods · 2 years, 5 months ago
  35. 2930942 Add material3-lint and ScaffoldPaddingDetector by Alex Vanyo · 2 years, 5 months ago
  36. ccd98ad Add Scaffold content padding lint check by Alex Vanyo · 2 years, 6 months ago
  37. 232597c Fixes Compose lint checks broken with AGP 7.3.0-alpha05 by Louis Pullen-Freilich · 2 years, 6 months ago
  38. e4d2728 Upgrade to AGP 7.3.0-alpha05 by Aurimas Liutikas · 2 years, 7 months ago
  39. 3c01de6 Upgrade to AGP 7.3.0-alpha03 by Aurimas Liutikas · 2 years, 7 months ago
  40. a84ea7a Allow inspector info to be passed in any arg by Jens Ole Lauridsen · 2 years, 7 months ago
  41. 30582a1 Give UnnecessaryLambdaCreationDetector a more helpful error message. by Zach Klippenstein · 2 years, 8 months ago
  42. 45e1fe8 No longer merging lint-checks into one jar by Jeff Gaston · 2 years, 10 months ago
  43. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years ago
  44. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years ago
  45. cfd2ded Lint check to ensure that produceState calls assign `value` by Louis Pullen-Freilich · 3 years ago
  46. 8a16f1b Adds lint check to warn against calling StateFlow.value inside composition by Louis Pullen-Freilich · 3 years ago
  47. 14b5ea5 ktlint 0.42.1 by Jeff Gaston · 3 years ago
  48. 88e6165 Fixes Compose lint tests for Lint 30.1.0-alpha08 by Louis Pullen-Freilich · 3 years, 1 month ago
  49. abd35d0 Provide API to group modifiers for inspection by Jens Ole Lauridsen · 3 years, 2 months ago
  50. 4ca90be Upgrade to AGP 7.1.0-alpha08 by Aurimas Liutikas · 3 years, 1 month ago
  51. 9675ba2 Fixes compilation errors in Compose lint check tests by Louis Pullen-Freilich · 3 years, 1 month ago
  52. 0d264cd Merge "Fixes crash in UnnecessaryLambdaCreationDetector" into androidx-main by Louis Pullen-Freilich · 3 years, 2 months ago
  53. 92c84c5 Fixes issues with Lint checks in IDE by Louis Pullen-Freilich · 3 years, 2 months ago
  54. 3e4410a Fixes crash in UnnecessaryLambdaCreationDetector by Louis Pullen-Freilich · 3 years, 2 months ago
  55. 78273a3 Upgrade to AGP 7.1.0-alpha03 by Aurimas Liutikas · 3 years, 2 months ago
  56. 94aa42e Migrate to using version catalog for compose lint tests. by Aurimas Liutikas · 3 years, 3 months ago
  57. 1fde604 Adds lint check to warn against using Modifier.composed unnecessarily by Louis Pullen-Freilich · 3 years, 3 months ago
  58. 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, 4 months ago
  59. 027d77c Adds vendor information to Compose lint checks by Louis Pullen-Freilich · 3 years, 4 months ago
  60. 41a611f Migrate the rest of compose to version catalogs by Aurimas Liutikas · 3 years, 3 months ago
  61. bcc146e Fix internal lint test after update to AGP 7. by Jens Ole Lauridsen · 3 years, 4 months ago
  62. a068198 Lint fixes for AGP 7.1 alpha01 upgrade by Louis Pullen-Freilich · 3 years, 4 months ago
  63. 03bcb6b Update kotlin-metadata-jvm to 0.3.0 by Daniel Santiago Rivera · 3 years, 4 months ago
  64. 4411aa1 Update androidx to AGP 7.0-alpha15 by Alan Viverette · 3 years, 4 months ago
  65. c1a597b Upgrade to latest Gradle Shadow Plugin 6.1.0 by Aurimas Liutikas · 3 years, 5 months ago
  66. 7b866ee ModifierDeclarationDetector now ignores ParentDataModifiers by Louis Pullen-Freilich · 3 years, 5 months ago
  67. 5917d56 Merge "Lint check for Modifier factory functions that do not use the receiver instance" into androidx-main by Louis Pullen-Freilich · 3 years, 5 months ago
  68. 99e7929 Lint check for Modifier factory functions that do not use the receiver instance by Louis Pullen-Freilich · 3 years, 5 months ago
  69. c08bd25 Merge "Lint improvements" into androidx-main by Louis Pullen-Freilich · 3 years, 5 months ago
  70. 47964be Lint improvements by Louis Pullen-Freilich · 3 years, 5 months ago
  71. a14b742 Adds a lint check to ensure that the target state parameter in Crossfade is used by Louis Pullen-Freilich · 3 years, 6 months ago
  72. c473530 Merge "Adds lint check to ensure that hex values passed to a Color are 32 bit" into androidx-main by Louis Pullen-Freilich · 3 years, 6 months ago
  73. 18ee63f Lint check for rememberSaveable() calls that pass the `Saver` to the vararg `inputs` parameter by mistake by Louis Pullen-Freilich · 3 years, 6 months ago
  74. 24ec882 Adds lint check to ensure that hex values passed to a Color are 32 bit by Louis Pullen-Freilich · 3 years, 6 months ago
  75. 3238b0b Merge "Adds lint check for Transition.animate* functions to ensure target state is used" into androidx-main by Louis Pullen-Freilich · 3 years, 6 months ago
  76. 0f84a10 Adds lint check for Transition.animate* functions to ensure target state is used by Louis Pullen-Freilich · 3 years, 6 months ago
  77. 823dc13 Adds a lint check for calling mutableStateOf inside a composition, without remembering the result by Louis Pullen-Freilich · 3 years, 6 months ago
  78. 3186287 Adds Material lint check for conflicting 'on' colors by Louis Pullen-Freilich · 3 years, 7 months ago
  79. 0a76915 Migrates ui-lint to use compose:lint:common by Louis Pullen-Freilich · 3 years, 6 months ago
  80. 2dbfe87 Adds compose:lint:common module to allow reusing code between Compose lint checks by Louis Pullen-Freilich · 3 years, 6 months ago