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