createPlugin function

PluginBase createPlugin()

This function creates the plugin for custom_lint

Implementation

PluginBase createPlugin() {
  return _KeyLintsPlugin();
}