global plugin_template.health
methods
M.get_issues
function M.get_issues(data: plugin_template.Configuration?) -> string[]
@param data
- All extra customizations for this plugin.
@return - All found issues, if any.
Check data
for problems and return each of them.
M.check
function M.check(data: plugin_template.Configuration?) -> nil
@param data
- All extra customizations for this plugin.
Make sure data
will work for plugin_template
.