mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
build(lint): remove clint.py rules for braces #20880
Uncrustify is the source of truth where possible. Remove any redundant checks from clint.py. See also https://github.com/neovim/neovim/pull/18563
This commit is contained in:
@@ -133,8 +133,7 @@ static struct vimvar {
|
||||
char *vv_name; ///< Name of the variable, without v:.
|
||||
TV_DICTITEM_STRUCT(VIMVAR_KEY_LEN + 1) vv_di; ///< Value and name for key (max 16 chars).
|
||||
char vv_flags; ///< Flags: #VV_COMPAT, #VV_RO, #VV_RO_SBX.
|
||||
} vimvars[] =
|
||||
{
|
||||
} vimvars[] = {
|
||||
// VV_ tails differing from upcased string literals:
|
||||
// VV_CC_FROM "charconvert_from"
|
||||
// VV_CC_TO "charconvert_to"
|
||||
|
Reference in New Issue
Block a user