1. 0f07147 Remove ktlint disable/enable comments from codebase by Omar Ismail · 3 months ago
  2. edf734f Migrate lint and lint-checks to use ktfmt by Omar Ismail · 4 months ago
  3. c7a713e Disable Java-side support for ReplaceWith on Kotlin properties by Alan Viverette · 5 months ago
  4. 666485e Replace ToT Annotation with Annotation 1.8.0 by Ian Lake · 4 months ago
  5. c9f24b2 Upgrade to AGP 8.5.0-alpha06 by Aurimas Liutikas · 6 months ago
  6. d12a1d3 Update lint baseline after minSdkVersion 21 bump by Aurimas Liutikas · 5 months ago
  7. bc9c2e5 Revert "Upgrade to AGP 8.5.0-alpha06" by Aurimas Liutikas · 5 months ago
  8. a3735a4 Upgrade to AGP 8.5.0-alpha06 by Aurimas Liutikas · 6 months ago
  9. 90f97d7 Fix ObsoleteCompatDetector auto-fix to remove line breaks by Alan Viverette · 6 months ago
  10. 1d6e508 Update how PrereleaseSdkCoreDependency checks if a dependency is versioned by Julia McClellan · 6 months ago
  11. 5432795 Lint to ban @removed doc tag by Julia McClellan · 7 months ago
  12. 0d08051 Add exception for experimental usage from alpha by Alan Viverette · 8 months ago
  13. 9392669 Fixes SampledAnnotationDetector not looking recursively inside expect declarations by Louis Pullen-Freilich · 7 months ago
  14. 6160f3c Upgrade to AGP 8.4.0-alpha09 by Aurimas Liutikas · 7 months ago
  15. 595d4f3 agp-8.4.0-alpha07 by Fred Sladkey · 8 months ago
  16. 1080c03 Add tests for Kotlin usage of ReplaceWith on Java constructors by Alan Viverette · 8 months ago
  17. 1d17261 Add support for Kotlin's replaceWith used from Java sources by Alan Viverette · 8 months ago
  18. 0c89f7c Merge "Add support for inserting imports, fix string literal args" into androidx-main by Treehugger Robot · 8 months ago
  19. 55f8707 Add support for inserting imports, fix string literal args by Alan Viverette · 8 months ago
  20. a134e27 Avoid using UAST implementation by Jinseong Jeon · 8 months ago
  21. 0b25155 Move ReplaceWithDetector to lint-checks by Alan Viverette · 8 months ago
  22. 4f1327f Move @ReplaceWith annotation to Annotations library by Alan Viverette · 8 months ago
  23. a686f69 Add a project for gradle lint checks by Julia McClellan · 8 months ago
  24. 7b4652f Add lint check for eager gradle APIs by Julia McClellan · 8 months ago
  25. 1633f9f Create lint check for deprecating obsolete compat methods by Alan Viverette · 8 months ago
  26. a817dd9 Pin dependencies on androidx annotation by natnaelbelay · 8 months ago
  27. 36de1fe Upgrade to AGP 8.3.0-beta01 by Aurimas Liutikas · 10 months ago
  28. 108fa4f Merge "Add more context to BanUncheckedReflection lint error message" into androidx-main by Tiem Song · 8 months ago
  29. 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 9 months ago
  30. ee0da74 Add comment to build.gradle files by Tiem Song · 9 months ago
  31. 2df29dfa Revert "Update experimental checks for lint bug fixes" by Aurimas Liutikas · 9 months ago
  32. b805737 Revert "Bumped agp to 8.3.0-alpha18 in androidx" by Aurimas Liutikas · 9 months ago
  33. 84e2caf Merge "Update experimental checks for lint bug fixes" into androidx-main by Treehugger Robot · 9 months ago
  34. c6b792b Bumped agp to 8.3.0-alpha18 in androidx by Marcello Albano · 10 months ago
  35. 8447ebb Update experimental checks for lint bug fixes by Alan Viverette · 9 months ago
  36. fab3e38 Run BanInappropriateExperimentalUsageTest in DEFAULT and PARTIAL modes by Alan Viverette · 11 months ago
  37. 4c72c57 Replace usage of deprecated lint methods by Julia McClellan · 11 months ago
  38. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 11 months ago
  39. e058449 Workarounds to obtain group ID for transformed dependencies by Alan Viverette · 12 months ago
  40. 385a7c7 Merge "Remove AIDL lint check and supporting classes" into androidx-main by Treehugger Robot · 12 months ago
  41. 25a3af8 Remove AIDL lint check and supporting classes by Alan Viverette · 1 year ago
  42. 9ac499c AGP 8.3.0-alpha04 and corresponding Studio by Jeff Gaston · 12 months ago
  43. c14adc7 Include projects with dependencies in Playground by Yigit Boyar · 12 months ago
  44. ea5d99c Revert "Fix race condition by delegating to instance in "winning" class loader" by Alan Viverette · 12 months ago
  45. 771e6f8 Fix race condition by delegating to instance in "winning" class loader by Alan Viverette · 1 year ago
  46. d2ea9cf Update build files to use layout v2 by Fred Sladkey · 1 year, 1 month ago
  47. c75ce3d0 Fix detection of qualified RequiresOptIn annotations by Alan Viverette · 1 year, 1 month ago
  48. 7733f48 Add workaround for repackaging causing unstable baseline output by Alan Viverette · 1 year, 1 month ago
  49. 1b5c279 Special-case the androidx.* library group prefix by Alan Viverette · 1 year, 1 month ago
  50. 7122de7 Initial fork of RestrictToDetector by Alan Viverette · 1 year, 1 month ago
  51. 5511a0e Lint check to verify @Deprecated and @deprecated match by Julia McClellan · 1 year, 1 month ago
  52. 1e937b1 Merge "Remove deprecated property in PrereleaseSdkCoreDependencyDetector lint" into androidx-main by Julia McClellan · 1 year, 1 month ago
  53. 5fdc134 Catch uses of @suppress usage in kdoc by Aurimas Liutikas · 1 year, 1 month ago
  54. 29a8d4a Remove deprecated property in PrereleaseSdkCoreDependencyDetector lint by Julia McClellan · 1 year, 1 month ago
  55. 02e5c92 Reland upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 1 year, 1 month ago
  56. 284ef8f Revert "Upgrade to AGP 8.2.0-alpha15" by Aurimas Liutikas · 1 year, 1 month ago
  57. fd8c8aa Upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 1 year, 2 months ago
  58. d8995f9 Revert "Upgrade to AGP 8.2.0-alpha14" by Nader Jawad · 1 year, 1 month ago
  59. dc93f80 Upgrade to AGP 8.2.0-alpha14 by Aurimas Liutikas · 1 year, 2 months ago
  60. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 2 months ago
  61. 50f0c7e Modify workaround for b/189877657 by Scott Pollom · 1 year, 3 months ago
  62. a452bac Re-enable AIDL annotation detector by Alan Viverette · 1 year, 4 months ago
  63. 535f9f11 Remove UAST comment workaround by Jinseong Jeon · 1 year, 4 months ago
  64. 5557743 Use Analysis API to find expect declaration by Jinseong Jeon · 1 year, 4 months ago
  65. 16c6b89 Synchronize on Language instance from shared classpath by Alan Viverette · 1 year, 4 months ago
  66. 31dd3a8 Improve handling of AIDL initialization under shared daemon by Alan Viverette · 1 year, 4 months ago
  67. bf0d454 Revert "Re-enable AIDL lint check with improved handling of shared daemon" by Aurimas Liutikas · 1 year, 4 months ago
  68. 2172578 Re-enable AIDL lint check with improved handling of shared daemon by Alan Viverette · 1 year, 4 months ago
  69. 6644f91 Merge "Temporarily disable AIDL checks due to race conditions" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  70. 245edfc Temporarily disable AIDL checks due to race conditions by Alan Viverette · 1 year, 5 months ago
  71. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 4 months ago
  72. 6c5f1c6 Add a check that prerelease SDK checks are only used with TOT core dependency by Julia McClellan · 1 year, 4 months ago
  73. 1f1e9a3 Synchronize access to IntelliJ registries by Alan Viverette · 1 year, 5 months ago
  74. 57d22e5 Synchronize access to the AidlLanguage constructor and registration by Alan Viverette · 1 year, 5 months ago
  75. ef65f1c Use Language API to check for existence of AIDL ID by Alan Viverette · 1 year, 5 months ago
  76. f096868 Visit parcelable definitions in AidlDefinitionDetector by Alan Viverette · 1 year, 5 months ago
  77. f0eb740 Add lint check to ban usage of non-default @VisibleForTesting params by Alan Viverette · 1 year, 5 months ago
  78. 1e33cac Add lint check to ban usage of @RestrictTo(TESTS) and fix usages by Alan Viverette · 1 year, 5 months ago
  79. 6507e3a Temporarily disable AIDL lint check by Alan Viverette · 1 year, 5 months ago
  80. e42ace1 Warn when unstable AIDL files are missing RequiresOptIn markers by Alan Viverette · 1 year, 6 months ago
  81. c5b2b4c Import AIDL lexer by Alan Viverette · 1 year, 7 months ago
  82. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 6 months ago
  83. 9d65136 Disable lint bytecode verifier, update baselines by Alan Viverette · 1 year, 6 months ago
  84. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 8 months ago
  85. 2fb9760 Change CVF fix for parameter type implicit casting by Julia McClellan · 1 year, 7 months ago
  86. af75dae Lint check for CVF in implicit casts by Julia McClellan · 1 year, 7 months ago
  87. a1e6b25 Fix minor typos in thread.sleep lint tests by Tiem Song · 1 year, 7 months ago
  88. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 7 months ago
  89. c73d3e8 Revert "Revert "Cast method call args in CVF fix if they don't match expected types"" by Julia McClellan · 1 year, 7 months ago
  90. 65920d3 Upgrade to AGP 8.0.0-beta03 by Aurimas Liutikas · 1 year, 7 months ago
  91. 52f8c9a Revert "Re-enable TestMode.SUPPRESSIBLE in ExperimentalPropertyAnnotationDetectorTest" by Aurimas Liutikas · 1 year, 7 months ago
  92. 02c9ddf Revert "Cast method call args in CVF fix if they don't match expected types" by Aurimas Liutikas · 1 year, 7 months ago
  93. 65323cc Revert "AGP 8.1.0-alpha03" by Aurimas Liutikas · 1 year, 7 months ago
  94. 5c4b8f5 Merge "Cast method call args in CVF fix if they don't match expected types" into androidx-main by Julia McClellan · 1 year, 7 months ago
  95. a2607f3 Merge "Re-enable TestMode.SUPPRESSIBLE in ExperimentalPropertyAnnotationDetectorTest" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  96. 47f52d1 Re-enable TestMode.SUPPRESSIBLE in ExperimentalPropertyAnnotationDetectorTest by Tiem Song · 1 year, 7 months ago
  97. 36f08d8 Cast method call args in CVF fix if they don't match expected types by Julia McClellan · 1 year, 7 months ago
  98. 5c9a35e Resolve deprecation warnings in CVF detector by Julia McClellan · 1 year, 7 months ago
  99. b919ed5 AGP 8.1.0-alpha03 by Jeff Gaston · 1 year, 8 months ago
  100. cddf00a Convert context.report to use Incident in lint-checks by Tiem Song · 1 year, 8 months ago