grab / grab-bazel-common

Common rules and macros for Grab's Android projects built with Bazel.

Home Page:https://grab.github.io/grazel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Android Lint

arunkumar9t2 opened this issue · comments

Initial work done in #119

  • Implement rest of inputs for project.xml
  • Implement aspect to collect all dependencies' partial results required for generating android_library's lint
  • Verify linting actually works.
  • Receive lintConfig from android[library|binary] instead of harcoding it.
  • Junit compatible report?
  • Implement globally available baseline profile via toolchain
  • Implement sample for custom lint checks