Add default comments when no results (python, lua)

This commit is contained in:
Daniel Mathiot
2021-08-24 17:06:32 +02:00
parent bf66cb12b5
commit b58292f71f
5 changed files with 28 additions and 17 deletions

View File

@@ -67,6 +67,7 @@ return {
annotation_convention = "emmylua",
emmylua = {
{ nil, "- " },
{ nil, "- ", { no_results = true } },
{ "parameters", "- @param %s any" },
{ "vararg", "- @vararg any" },
{ "return_statement", "- @return any" },