On Thu, Jun 19, 2014 at 6:18 PM, Prateek Srivastava <[email protected]>
wrote:
> I know we can suppress lint from failing the build as show below, but is
> there a way to simply not run it altogether?
>
> lintOptions {
> abortOnError false
> }
>
>
Instead of abortOnError, use
lintOptions {
checkReleaseBuilds false
}
> --
> You received this message because you are subscribed to the Google Groups
> "adt-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.