Skip to content

Add onDone or onClose or something, just to allow to do some clean up after the analyzer done processing #247

Open
@Abdelazeem777

Description

@Abdelazeem777

Description:
Like we have the createPlugin entryPoint we need another function that allow us to do some clean up after the analyzer finish his job

// This is the entrypoint of our custom linter
PluginBase createPlugin() => _ExampleLinter();

// This should be called after the analyzer done
void onDone() {
//Doing some clean up here.
};

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions