You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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 fileTest.kt
shouldn't there be an indication in the editor? Further, the custom lint rule is not shown in the "Run inspection by name"The text was updated successfully, but these errors were encountered: