How is lint integrated with IntelliJ inspections in Android Studio?
问题 I understand that there are two types of inspections in Android Studio, those which are inherited from IntelliJ and those which are inherited from lint (see: Android lint on command-line missing issue groups (versus options available in Android Studio)). I also understand that when you write a custom lint rule and add it to an Android project it is automatically converted into an inspection. Based on these two assertions I am lead to believe there is a mechanism which converts lint rules to