Is there a way to use the lint.xml defined in the gradle file when we run code inspection in Android Studio?
I notice when i run lint via gradle the lint.xml is used and when running code inspection in Android Studio the studio inspection profile is used
According to the thread below the lint.xml can be imported via the manage button but it only allows me to choose inspection profiles and not lint.xml: Context of lint.xml and inspection profile
Anyone managed to use the lint.xml while using the Android Studio inspect code?