ReadonlydescriptionA short description of what the plugin does.
ReadonlynameA unique, human-readable name of the plugin.
ReadonlytypeThe type of the plugin, determining when and for what purpose it is applied during the analysis.
ReadonlyversionThe version of the plugin, ideally following semver.
StaticdefaultReturns a default/dummy implementation to be used when no plugin of this type is registered or triggered.
Run the plugin with the given context and arguments.
flowR's default discovery: walk the project once (pruning noise directories), classify the ProjectKind from what the walk sees, then keep only the files that kind needs.
project.discovery.fullrestores the greedy FlowrAnalyzerFullProjectDiscoveryPlugin,project.discovery.perKindoverrides the kept set per kind.