Skip to content

v0.0.3 - Jitpack

Compare
Choose a tag to compare
@Serchinastico Serchinastico released this 27 Dec 23:30
· 11 commits to master since this release

The most important thing we've addressed in this release is that you can now use Jitpack to use the project. Follow the instructions on the README to learn how to do it.

  • Better error reporting. It now points to any of the rules that have activated the detector, in the future this should be configurable with some flag.
  • Dependant rules! We now can store information on rules to use them on other rules. The problem we are trying to solve is to be able to write rules that detect that a type has a given name depending on other elements on the detector, e.g. Activity names and layout names or activity names and presenter names.
  • New detectors:
    • onlyConstantsInTypeOrFile
    • wrongSyntheticViewReference