mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
build(lint): remove unnecessary clint.py rules
Uncrustify is the source of truth where possible. Remove any redundant checks from clint.py.
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
#include "nvim/map.h"
|
||||
#include "nvim/types.h"
|
||||
|
||||
EXTERN Map(String, int) namespace_ids INIT(= MAP_INIT);
|
||||
EXTERN handle_T next_namespace_id INIT(= 1);
|
||||
EXTERN Map(String, int) namespace_ids INIT( = MAP_INIT);
|
||||
EXTERN handle_T next_namespace_id INIT( = 1);
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "api/extmark.h.generated.h"
|
||||
|
Reference in New Issue
Block a user