build(clint): remove "function size is too large" warning

This warning is essentially only triggered for ported vim functions.
It's unlikely that we'll refactor vim functions solely based on their
size since it'd mean we'd greatly deviate from vim, which is a high cost
when it comes to importing the vim patches. Thus, this warning only
serves as an annoyance and should be removed.
This commit is contained in:
Dundar Goc
2022-05-06 17:40:52 +02:00
parent d9ec57e16a
commit d0897243f6
10 changed files with 9 additions and 38 deletions

View File

@@ -3067,7 +3067,7 @@ viml_pexpr_parse_end:
}
kvi_destroy(ast_stack);
return ast;
} // NOLINT(readability/fn_size)
}
#undef NEW_NODE
#undef HL