neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit ca243f06dd055adff3749a89fce489524eb59ab8
parent e15991c8116cc7fa1c0ccf65b544199ec6ffa7e8
Author: dundargoc <gocdundar@gmail.com>
Date:   Fri,  3 May 2024 13:32:43 +0200

build: remove `lintdoc` from `lint` target

`lintdoc` takes too long to be part of `lint`. It may be reintroduced
once it's possible to only run lintdoc on files that have been changed.

Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -272,7 +272,7 @@ add_custom_target(lintcommit add_dependencies(lintcommit nvim_bin) add_custom_target(lint) -add_dependencies(lint lintc lintlua lintsh lintcommit lintdoc) +add_dependencies(lint lintc lintlua lintsh lintcommit) # Format add_glob_target(