googlesamples / android-custom-lint-rules

This sample demonstrates how to create a custom lint checks and corresponding lint tests
Apache License 2.0
968 stars 174 forks source link

Surfacing lint to Android Studio inspection #71

Open apsoftware-andyp opened 2 years ago

apsoftware-andyp commented 2 years ago

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