From ca243f06dd055adff3749a89fce489524eb59ab8 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Fri, 3 May 2024 13:32:43 +0200 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 797bbe7422..cdc834d0fc 100644 --- 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(