Tuesday 18 December 2018

Intervention

Generate custom Android lint checks and have lint warn you about code you may be dealing with using Kotlin extensions or your own coding conventions.

What is this exactly?

Intervention will generate lint rules for the code you want to avoid using and they will be reported as either errors or warnings on lint checks.

How is this useful

You can enforce rules and coding conventions using the power of lint without having to worry about writing and setting up custom rule classes.



from The Android Arsenal

No comments:

Post a Comment