I understand that lint is one of approaches of Android Studio's Inspect Code and executable by gradle task, so I could integrate it into CI effortlessly.
Although Inspect Code could be triggered through terminal according to the IntelliJ doc , the script has dependency on Android Studio(IntelliJ) IDE itself which doesn't exist in my CI environment.
Inspect code's several approaches are really helpful, but I'd like to know is it possible to integrate them all into CI process?