1. 99a3ab7 Update JSpecify lint check to use fully qualified names by Julia McClellan · 3 months ago
  2. 7744c27 Update BanInappropriateExperimentalUsage to not assume two-term groups by Owen Gray · 3 months ago
  3. e66d57d Remove ClassVerificationFailureDetector by Julia McClellan · 4 months ago
  4. a1a3372 Update to AGP 8.8.0-alpha04 by Julia McClellan · 5 months ago
  5. d95c2bf Add lint for AutoValue methods requiring overrides by Julia McClellan · 6 months ago
  6. 7919d97 Merge "Expand nullness lint check to more type-use positions" into androidx-main by Julia McClellan · 6 months ago
  7. 8f643f7 Merge "Add a lint check banning the use of @NullMarked" into androidx-main by Julia McClellan · 6 months ago
  8. cae114c Add a lint check banning the use of @NullMarked by Julia McClellan · 6 months ago
  9. e18ce1c Expand nullness lint check to more type-use positions by Julia McClellan · 6 months ago
  10. 231e6c1 Rename array nullness lint check to JSpecify nullness by Julia McClellan · 6 months ago
  11. b7192cd Prevent unintended usage of TypeMirror.toString by Julia McClellan · 9 months ago
  12. 054b782 Update to AGP 8.7.0-alpha02 by Fred Sladkey · 7 months ago
  13. 7ef46f1 Add a lint check to move type-use array annotations by Julia McClellan · 9 months ago
  14. 0f07147 Remove ktlint disable/enable comments from codebase by Omar Ismail · 9 months ago
  15. edf734f Migrate lint and lint-checks to use ktfmt by Omar Ismail · 9 months ago
  16. c7a713e Disable Java-side support for ReplaceWith on Kotlin properties by Alan Viverette · 11 months ago
  17. 90f97d7 Fix ObsoleteCompatDetector auto-fix to remove line breaks by Alan Viverette · 11 months ago
  18. 5432795 Lint to ban @removed doc tag by Julia McClellan · 1 year ago
  19. 0d08051 Add exception for experimental usage from alpha by Alan Viverette · 1 year, 1 month ago
  20. 6160f3c Upgrade to AGP 8.4.0-alpha09 by Aurimas Liutikas · 1 year, 1 month ago
  21. 595d4f3 agp-8.4.0-alpha07 by Fred Sladkey · 1 year, 1 month ago
  22. 1080c03 Add tests for Kotlin usage of ReplaceWith on Java constructors by Alan Viverette · 1 year, 1 month ago
  23. 1d17261 Add support for Kotlin's replaceWith used from Java sources by Alan Viverette · 1 year, 1 month ago
  24. 55f8707 Add support for inserting imports, fix string literal args by Alan Viverette · 1 year, 1 month ago
  25. 0b25155 Move ReplaceWithDetector to lint-checks by Alan Viverette · 1 year, 1 month ago
  26. a686f69 Add a project for gradle lint checks by Julia McClellan · 1 year, 1 month ago
  27. 7b4652f Add lint check for eager gradle APIs by Julia McClellan · 1 year, 1 month ago
  28. 1633f9f Create lint check for deprecating obsolete compat methods by Alan Viverette · 1 year, 1 month ago
  29. 36de1fe Upgrade to AGP 8.3.0-beta01 by Aurimas Liutikas · 1 year, 3 months ago
  30. 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 1 year, 2 months ago
  31. 2df29dfa Revert "Update experimental checks for lint bug fixes" by Aurimas Liutikas · 1 year, 2 months ago
  32. 8447ebb Update experimental checks for lint bug fixes by Alan Viverette · 1 year, 2 months ago
  33. fab3e38 Run BanInappropriateExperimentalUsageTest in DEFAULT and PARTIAL modes by Alan Viverette · 1 year, 5 months ago
  34. e058449 Workarounds to obtain group ID for transformed dependencies by Alan Viverette · 1 year, 5 months ago
  35. 385a7c7 Merge "Remove AIDL lint check and supporting classes" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  36. 25a3af8 Remove AIDL lint check and supporting classes by Alan Viverette · 1 year, 6 months ago
  37. 9ac499c AGP 8.3.0-alpha04 and corresponding Studio by Jeff Gaston · 1 year, 5 months ago
  38. ea5d99c Revert "Fix race condition by delegating to instance in "winning" class loader" by Alan Viverette · 1 year, 5 months ago
  39. 771e6f8 Fix race condition by delegating to instance in "winning" class loader by Alan Viverette · 1 year, 6 months ago
  40. c75ce3d0 Fix detection of qualified RequiresOptIn annotations by Alan Viverette · 1 year, 6 months ago
  41. 1b5c279 Special-case the androidx.* library group prefix by Alan Viverette · 1 year, 6 months ago
  42. 7122de7 Initial fork of RestrictToDetector by Alan Viverette · 1 year, 6 months ago
  43. 5511a0e Lint check to verify @Deprecated and @deprecated match by Julia McClellan · 1 year, 7 months ago
  44. 5fdc134 Catch uses of @suppress usage in kdoc by Aurimas Liutikas · 1 year, 7 months ago
  45. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 8 months ago
  46. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 10 months ago
  47. 6c5f1c6 Add a check that prerelease SDK checks are only used with TOT core dependency by Julia McClellan · 1 year, 10 months ago
  48. f096868 Visit parcelable definitions in AidlDefinitionDetector by Alan Viverette · 1 year, 11 months ago
  49. f0eb740 Add lint check to ban usage of non-default @VisibleForTesting params by Alan Viverette · 1 year, 10 months ago
  50. 1e33cac Add lint check to ban usage of @RestrictTo(TESTS) and fix usages by Alan Viverette · 1 year, 11 months ago
  51. e42ace1 Warn when unstable AIDL files are missing RequiresOptIn markers by Alan Viverette · 1 year, 11 months ago
  52. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 11 months ago
  53. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 2 years, 2 months ago
  54. 2fb9760 Change CVF fix for parameter type implicit casting by Julia McClellan · 2 years ago
  55. af75dae Lint check for CVF in implicit casts by Julia McClellan · 2 years, 1 month ago
  56. a1e6b25 Fix minor typos in thread.sleep lint tests by Tiem Song · 2 years ago
  57. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 2 years ago
  58. c73d3e8 Revert "Revert "Cast method call args in CVF fix if they don't match expected types"" by Julia McClellan · 2 years ago
  59. 52f8c9a Revert "Re-enable TestMode.SUPPRESSIBLE in ExperimentalPropertyAnnotationDetectorTest" by Aurimas Liutikas · 2 years, 1 month ago
  60. 02c9ddf Revert "Cast method call args in CVF fix if they don't match expected types" by Aurimas Liutikas · 2 years, 1 month ago
  61. 5c4b8f5 Merge "Cast method call args in CVF fix if they don't match expected types" into androidx-main by Julia McClellan · 2 years, 1 month ago
  62. 47f52d1 Re-enable TestMode.SUPPRESSIBLE in ExperimentalPropertyAnnotationDetectorTest by Tiem Song · 2 years, 1 month ago
  63. 36f08d8 Cast method call args in CVF fix if they don't match expected types by Julia McClellan · 2 years, 1 month ago
  64. 6f113e8 Use symbol name in Lint autofix detection by Tiem Song · 2 years, 1 month ago
  65. 91a2d70 Disable IMPORT_ALIAS lint test mode for testAnnotationUsageKt by Tiem Song · 2 years, 1 month ago
  66. 39f2226 Upgrade to Android Gradle Plugin 8.0.0-alpha07 by Aurimas Liutikas · 2 years, 4 months ago
  67. d0c077b Lint check for adding JvmDefaultWithCompatibility annotation by Julia McClellan · 2 years, 4 months ago
  68. 9719ea5 Revert "Revert "Lint check that experimental annotations are correctly applied to Kotlin properties"" by Julia McClellan · 2 years, 4 months ago
  69. 2fecb97 Merge "Revert "Lint check that experimental annotations are correctly applied to Kotlin properties"" into androidx-main by Julia McClellan · 2 years, 4 months ago
  70. de91d58 Revert "Lint check that experimental annotations are correctly applied to Kotlin properties" by Julia McClellan · 2 years, 4 months ago
  71. ffa9207 Merge "Lint check that experimental annotations are correctly applied to Kotlin properties" into androidx-main by Julia McClellan · 2 years, 4 months ago
  72. f2dbfc7 Merge "Add range check test for BanUncheckedReflection lint" into androidx-main by Julia McClellan · 2 years, 4 months ago
  73. 57e43cc Lint check that experimental annotations are correctly applied to Kotlin properties by Julia McClellan · 2 years, 8 months ago
  74. 79621ef Add range check test for BanUncheckedReflection lint by Julia McClellan · 2 years, 6 months ago
  75. d34ceae Reenable lint tests turned off for AGP upgrade by Julia McClellan · 2 years, 4 months ago
  76. 2ac882d Ignore lint tests blocking AGP upgrade by Julia McClellan · 2 years, 5 months ago
  77. 9fc30a7 Allow DeprecatedSinceApi annotation to satisfy BanUncheckedReflection lint by Julia McClellan · 2 years, 5 months ago
  78. d63a967 Allow preceding if-with-return to satisfy BanUncheckedReflection by Julia McClellan · 2 years, 6 months ago
  79. 92dc921 Check if CVF fix method already exists before adding it by Julia McClellan · 2 years, 6 months ago
  80. e092743 Find expected type for values used as method params in CVF fix by Julia McClellan · 2 years, 6 months ago
  81. bc7af6a3 Use the fully qualified type in the CVF auto-fix for a constructor call by Julia McClellan · 2 years, 6 months ago
  82. 78e227e Change return type in CVF lint fix to prevent invalid implicit casting by Julia McClellan · 2 years, 7 months ago
  83. c801282 Temporarily ignore one class verification failure lint test by Julia McClellan · 2 years, 7 months ago
  84. 007371d Use fully qualified class names in class verification failure autofix by Julia McClellan · 2 years, 7 months ago
  85. ba6d01c Fix BanConcurrentHashMap lint for Kotlin fully-qualified usages and add tests for more cases by Julia McClellan · 2 years, 9 months ago
  86. 425e95a Merge "Inline sample files for NullabilityAnnotationsDetectorTest" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  87. 162dbff Merge "Address lint issues in IdeaSuppressionDetectorTest" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  88. efd647d Inline sample files for NullabilityAnnotationsDetectorTest by Tiem Song · 2 years, 8 months ago
  89. 7a9ebb7 Address lint issues in IdeaSuppressionDetectorTest by Tiem Song · 2 years, 8 months ago
  90. cd784f4 Merge "Address lint issues in BanConcurrentHashMapTest" into androidx-main by Tiem Song · 2 years, 8 months ago
  91. b5c0075 Merge "Address lint issues related to PrivateConstructorForUtilityClassDetectorTest" into androidx-main by Tiem Song · 2 years, 8 months ago
  92. 25f0827 Address Synchronized lint issues in lint-checks module by Tiem Song · 2 years, 9 months ago
  93. 7ee49ae Address lint issues in BanConcurrentHashMapTest by Tiem Song · 2 years, 8 months ago
  94. cfac501 Address lint issues related to PrivateConstructorForUtilityClassDetectorTest by Tiem Song · 2 years, 8 months ago
  95. 40dee48 Create fixes for class verification failures with unusual receivers by Julia McClellan · 2 years, 9 months ago
  96. 12b24e08 Merge "Create fix for class verification failure on method call to implicit this" into androidx-main by Julia McClellan · 2 years, 9 months ago
  97. 0e5033b Create fix for class verification failure on method call to implicit this by Julia McClellan · 2 years, 9 months ago
  98. f2f07aa Enable the IgnoreClassLevelDetector lint check for test files by Julia McClellan · 2 years, 9 months ago
  99. 4a710009 Ensure class verification failure lint fix curly brackets are on different lines by Julia McClellan · 2 years, 10 months ago
  100. 2a2b1d9 Include fully-qualified class name when necessary in ClassVerificationFailure autofix by Julia McClellan · 2 years, 9 months ago