Polyman Documentation - v2.2.2
    Preparing search index...

    Interface LocalValidator

    Local validator configuration. LocalValidator

    interface LocalValidator {
        name: string;
        source: string;
        sourceType?: CppSourceType;
        testsFilePath?: string;
    }
    Index

    Properties

    name: string

    Validator name

    source: string

    Path to validator source file (must be C++)

    sourceType?: CppSourceType

    C++ compiler version (validators must use testlib.h)

    testsFilePath?: string

    Path to validator tests JSON file