mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
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:
@@ -3067,7 +3067,7 @@ viml_pexpr_parse_end:
|
||||
}
|
||||
kvi_destroy(ast_stack);
|
||||
return ast;
|
||||
} // NOLINT(readability/fn_size)
|
||||
}
|
||||
|
||||
#undef NEW_NODE
|
||||
#undef HL
|
||||
|
Reference in New Issue
Block a user