@eagleoutice/flowr - v2.15.8
    Preparing search index...

    options steering the analyzer setup of a linter test (kept separate from the linting rule config)

    type LinterTestSetup = {
        addFiles?: FlowrFileProvider[];
        noSigDb?: boolean;
        sigDb?: SigDbSource;
        useAsFilePath?: string;
    }
    Index
    addFiles?: FlowrFileProvider[]
    noSigDb?: boolean
    sigDb?: SigDbSource
    useAsFilePath?: string