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

    Interface LocalChecker

    Local checker configuration. LocalChecker

    interface LocalChecker {
        name: string;
        source: string;
        isStandard?: boolean;
        testsFilePath?: string;
        sourceType?: CppSourceType;
    }
    Index

    Properties

    name: string

    Checker name

    source: string

    Path to checker source or standard checker name (must be C++)

    isStandard?: boolean

    True if using standard testlib checker

    testsFilePath?: string

    Path to checker tests JSON file

    sourceType?: CppSourceType

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