createPlugin function
PluginBase
createPlugin()
This function creates the plugin for custom_lint
Implementation
PluginBase createPlugin() {
return _KeyLintsPlugin();
}
This function creates the plugin for custom_lint
PluginBase createPlugin() {
return _KeyLintsPlugin();
}