Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic android lint implementation #119

Closed
wants to merge 2 commits into from

Conversation

arunkumar9t2
Copy link
Contributor

@arunkumar9t2 arunkumar9t2 commented Oct 20, 2023

Basic android lint implementation via a custom rule.

  • Add dependency on com.android.tools.lint:lint:31.0.2
  • Implement a worker capable of multiplexing that invokes the Lint's CLI commands
  • Implement lint.bzl that generates project.xml for Lint CLI.
  • Connect to existing android_library macro.

Related #120 and pending work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants