mozilla-mobile / gradle-apilint

Gradle Plugin that tracks the API of an Android library and helps maintain backward compatibility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a way to select which lints run

agi90 opened this issue · comments

We need a way to select the lints that run as some of them are very specific to some applications.

Some wanted features:

  • Select list of lints that run (right now everything runs) or maybe a blacklist
  • Select list of lints that run and fail the build (right now none of the lints do this)
  • Have a whitelist for classes that fail the lint

We can probably have a apilint.json configuration file somewhere to store all of those.