mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +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:
@@ -125,7 +125,7 @@
|
||||
# define REAL_FATTR_NONNULL_ALL __attribute__((nonnull))
|
||||
# define REAL_FATTR_NONNULL_ARG(...) __attribute__((nonnull(__VA_ARGS__)))
|
||||
# define REAL_FATTR_NORETURN __attribute__((noreturn))
|
||||
# define REAL_FATTR_PRINTF(x, y) __attribute__((format (printf, x, y)))
|
||||
# define REAL_FATTR_PRINTF(x, y) __attribute__((format(printf, x, y)))
|
||||
|
||||
# if NVIM_HAS_ATTRIBUTE(returns_nonnull)
|
||||
# define REAL_FATTR_NONNULL_RET __attribute__((returns_nonnull))
|
||||
|
Reference in New Issue
Block a user