All Known Implementing Classes:
VerificationFunction, VerificationGrant, VerificationIndents

public interface IVerification
Interface for code verification implementations. Provides a contract for various code quality and style verification checks.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Performs the verification check.
  • Method Details

    • verify

      void verify()
      Performs the verification check. Implementations should analyze code structures and report any violations or issues found during the verification process.