bazelbuild / bazelbuild/rules_android
Feature Request: Android Lint Tool Integration
- Dominant language
- Java
- Stars
- 203
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
### Description of the feature request:
Support for the [Android Lint](https://developer.android.com/studio/write/lint) tool. This could be accomplished as a separate rule to perform the analysis on an `android_library`, `android_binary`, etc.
### What underlying problem are you trying to solve with this feature?
Android projects built with Bazel would benefit from running the Android Lint tool to ensure code quality. Currently, it appears that this is only possible by using the tool directly or via another build system. Having this ability built into Bazel would simplify the process.
### Have you found anything relevant by searching the web?
I found nothing and filed this to get more info if something for this already exists.
Contributor guide
Assessment
This issue has not been assessed yet.