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

    Decorator around any FlowrAnalyzerProjectDiscoveryPlugin that filters the discovered files by the ignore files found at the project root. Ignore files that do not exist are skipped, so with none of them present the inner plugin's results are returned unchanged.

    Use FlowrAnalyzerGitignoreProjectDiscoveryPlugin ('project-discovery:gitignore'), FlowrAnalyzerRbuildignoreProjectDiscoveryPlugin ('project-discovery:rbuildignore'), or 'project-discovery:ignore-files' for both. As every variant wraps an inner discovery plugin, they can also be nested to combine them with a custom discovery plugin.

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerIgnoreFileProjectDiscoveryPlugin
    Index

    Constructors

    Properties

    description: string = 'Wraps a project discovery plugin and filters results by .gitignore and .Rbuildignore rules.'

    A short description of what the plugin does.

    name: string = 'flowr-analyzer-ignore-file-project-discovery-plugin'

    A unique, human-readable name of the plugin.

    type: ProjectDiscovery = PluginType.ProjectDiscovery

    The type of the plugin, determining when and for what purpose it is applied during the analysis.

    version: SemVer = ...

    The version of the plugin, ideally following semver.

    Methods