1. 5e3f6bd Remove class verification failure test files by Julia McClellan · 3 months ago
  2. 0f07147 Remove ktlint disable/enable comments from codebase by Omar Ismail · 9 months ago
  3. edf734f Migrate lint and lint-checks to use ktfmt by Omar Ismail · 10 months ago
  4. c7a713e Disable Java-side support for ReplaceWith on Kotlin properties by Alan Viverette · 11 months ago
  5. 90f97d7 Fix ObsoleteCompatDetector auto-fix to remove line breaks by Alan Viverette · 12 months ago
  6. 1080c03 Add tests for Kotlin usage of ReplaceWith on Java constructors by Alan Viverette · 1 year, 1 month ago
  7. 1d17261 Add support for Kotlin's replaceWith used from Java sources by Alan Viverette · 1 year, 1 month ago
  8. 55f8707 Add support for inserting imports, fix string literal args by Alan Viverette · 1 year, 1 month ago
  9. 0b25155 Move ReplaceWithDetector to lint-checks by Alan Viverette · 1 year, 1 month ago
  10. 4f1327f Move @ReplaceWith annotation to Annotations library by Alan Viverette · 1 year, 1 month ago
  11. 1633f9f Create lint check for deprecating obsolete compat methods by Alan Viverette · 1 year, 2 months ago
  12. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 8 months ago
  13. f0eb740 Add lint check to ban usage of non-default @VisibleForTesting params by Alan Viverette · 1 year, 11 months ago
  14. 1e33cac Add lint check to ban usage of @RestrictTo(TESTS) and fix usages by Alan Viverette · 1 year, 11 months ago
  15. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 2 years, 2 months ago
  16. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 2 years, 1 month ago
  17. c73d3e8 Revert "Revert "Cast method call args in CVF fix if they don't match expected types"" by Julia McClellan · 2 years, 1 month ago
  18. 02c9ddf Revert "Cast method call args in CVF fix if they don't match expected types" by Aurimas Liutikas · 2 years, 1 month ago
  19. 36f08d8 Cast method call args in CVF fix if they don't match expected types by Julia McClellan · 2 years, 1 month ago
  20. ef5fb01 Kotlin 1.8.0 Rebase by Jim Sproch · 2 years, 3 months ago
  21. 472e3f0 Nullability updates for consistency with platform SDK by Alan Viverette · 2 years, 3 months ago
  22. 92dc921 Check if CVF fix method already exists before adding it by Julia McClellan · 2 years, 7 months ago
  23. e092743 Find expected type for values used as method params in CVF fix by Julia McClellan · 2 years, 6 months ago
  24. bc7af6a3 Use the fully qualified type in the CVF auto-fix for a constructor call by Julia McClellan · 2 years, 6 months ago
  25. 78e227e Change return type in CVF lint fix to prevent invalid implicit casting by Julia McClellan · 2 years, 7 months ago
  26. 007371d Use fully qualified class names in class verification failure autofix by Julia McClellan · 2 years, 7 months ago
  27. 425e95a Merge "Inline sample files for NullabilityAnnotationsDetectorTest" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  28. 162dbff Merge "Address lint issues in IdeaSuppressionDetectorTest" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  29. efd647d Inline sample files for NullabilityAnnotationsDetectorTest by Tiem Song · 2 years, 9 months ago
  30. 84e94aa Merge "Remove unused test resource file" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  31. 7a9ebb7 Address lint issues in IdeaSuppressionDetectorTest by Tiem Song · 2 years, 9 months ago
  32. cd784f4 Merge "Address lint issues in BanConcurrentHashMapTest" into androidx-main by Tiem Song · 2 years, 9 months ago
  33. b5c0075 Merge "Address lint issues related to PrivateConstructorForUtilityClassDetectorTest" into androidx-main by Tiem Song · 2 years, 9 months ago
  34. c47d245 Remove unused test resource file by Tiem Song · 2 years, 9 months ago
  35. 25f0827 Address Synchronized lint issues in lint-checks module by Tiem Song · 2 years, 9 months ago
  36. 7ee49ae Address lint issues in BanConcurrentHashMapTest by Tiem Song · 2 years, 9 months ago
  37. cfac501 Address lint issues related to PrivateConstructorForUtilityClassDetectorTest by Tiem Song · 2 years, 9 months ago
  38. 305c63a Address Nullability issue in NullabilityAnnotationsJava by Tiem Song · 2 years, 9 months ago
  39. 40dee48 Create fixes for class verification failures with unusual receivers by Julia McClellan · 2 years, 9 months ago
  40. 0e5033b Create fix for class verification failure on method call to implicit this by Julia McClellan · 2 years, 9 months ago
  41. 2a2b1d9 Include fully-qualified class name when necessary in ClassVerificationFailure autofix by Julia McClellan · 2 years, 9 months ago
  42. 699fec7 Lint check for usages of JetBrains nullability annotations in Java files. by Julia McClellan · 2 years, 10 months ago
  43. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 3 years ago
  44. bc747dd Merge "Process androidx.annotation.OptIn in lint detector" into androidx-main by Tiem Song · 3 years, 1 month ago
  45. 6d62f77 Process androidx.annotation.OptIn in lint detector by Tiem Song · 3 years, 1 month ago
  46. e720579 Merge "Add lint check for CameraX quirks" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  47. 37e7243 Add lint check for CameraX quirks by kailianc · 3 years, 1 month ago
  48. 505209d Process @OptIn's markerClass for lint checks by Tiem Song · 3 years, 1 month ago
  49. 9833449 Add handling for qualified expression auto-fix to VFY detector by Alan Viverette · 3 years, 4 months ago
  50. 365844e Analyze entire class hierarchy for RequiresApi usage by Tiem Song · 3 years, 5 months ago
  51. 6748087 Add test case for @Experimental Kotlin annotation usage by Tiem Song · 3 years, 5 months ago
  52. 2318805 Add ability to specify lint test modes during lint check by Tiem Song · 3 years, 5 months ago
  53. 1e4ad0c Add more lint-check tests for Kotlin sources (part 2) by Tiem Song · 3 years, 7 months ago
  54. c9f23ed Add BanUncheckedReflection tests for Kotlin sources by Tiem Song · 3 years, 7 months ago
  55. ca788f8 Remove unnecessary NewApi suppressions. by Alexander Dorokhine · 3 years, 9 months ago
  56. b71ec7b Add integration tests for lint checks, unify under superclass by Alan Viverette · 3 years, 10 months ago
  57. c671557 Don't flag private inner classes without constructors by Alan Viverette · 3 years, 10 months ago
  58. bb6c897 Add lint check for unsupported Intellij-specific suppression by Alan Viverette · 3 years, 10 months ago
  59. 28cd7d1 Add Lintfix for simple class verification failure scenarios by Alan Viverette · 3 years, 11 months ago
  60. e268c4c Fix cross-module detection of experimental annotation usage by Alan Viverette · 4 years, 1 month ago
  61. c6cf91b Integration test to confirm that Compose lint checks run by Jeff Gaston · 4 years, 1 month ago
  62. 8f29595 test project confirming that lint checks are running by Jeff Gaston · 4 years, 2 months ago