Class CascadeIndentationCheck

  • All Implemented Interfaces:
    Configurable, Contextualizable, FileSetCheck

    public final class CascadeIndentationCheck
    extends AbstractFileSetCheck
    Make sure each line indentation is either:
    • the same as previous one or less
    • bigger than previous by exactly 4
    All other cases must cause a failure.
    Since:
    0.3