android-custom-lint-rules icon indicating copy to clipboard operation
android-custom-lint-rules copied to clipboard

Surfacing lint to Android Studio inspection

Open apsoftware-andyp opened this issue 3 years ago • 1 comments

I'm trying to figure out why the lint check isn't surfaced to Android Studio inspections. Yes, I can run ./gradlew :app:lint and it creates a report, but when looking at the file Test.kt shouldn't there be an indication in the editor? Further, the custom lint rule is not shown in the "Run inspection by name"

image

apsoftware-andyp avatar Mar 24 '22 14:03 apsoftware-andyp