ci: drop --no-runtime-tags from vimdoc check #52

Merged
barrettruth merged 1 commit from ci/drop-no-runtime-tags into main 2026-04-20 23:37:04 +00:00
barrettruth commented 2026-04-20 23:36:07 +00:00

Problem

The lint recipe ran vimdoc-language-server check doc/ --no-runtime-tags, carried over from the old scripts/ci.sh when the justfile was introduced in #51. The ci shell already bundles Neovim, so $VIMRUNTIME/doc/tags is available; the flag was suppressing real |taglink| validation against the bundled runtime for no benefit.

Solution

Drop --no-runtime-tags from the lint recipe. just ci continues to pass locally (0 diagnostics, 83 successes / 0 failures).

## Problem The `lint` recipe ran `vimdoc-language-server check doc/ --no-runtime-tags`, carried over from the old `scripts/ci.sh` when the justfile was introduced in #51. The `ci` shell already bundles Neovim, so `$VIMRUNTIME/doc/tags` is available; the flag was suppressing real `|taglink|` validation against the bundled runtime for no benefit. ## Solution Drop `--no-runtime-tags` from the `lint` recipe. `just ci` continues to pass locally (`0 diagnostics`, `83 successes / 0 failures`).
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/canola-collection!52
No description provided.