mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
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.
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user