Skip to content

fix: add "mktree" to cspell dictionary - #1018

Merged
tamirdresher merged 1 commit into
bradygaster:devfrom
tamirdresher:tamirdresher/fix-cspell-mktree
Apr 20, 2026
Merged

fix: add "mktree" to cspell dictionary#1018
tamirdresher merged 1 commit into
bradygaster:devfrom
tamirdresher:tamirdresher/fix-cspell-mktree

Conversation

@tamirdresher

Copy link
Copy Markdown
Collaborator

The docs-quality CI job fails because cspell flags mktree as an unknown word in docs/src/content/docs/features/state-backends.md (line 272).

mktree is a legitimate git plumbing command (git mktree) referenced in the security section of the state-backends doc. This adds it to the words array in cspell.json, right after the existing mklink entry.

Copilot AI review requested due to automatic review settings April 20, 2026 06:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s cspell configuration to prevent docs-quality CI failures caused by the legitimate git plumbing term mktree being flagged as an unknown word in the docs.

Changes:

  • Added mktree to the words allowlist in cspell.json.

@tamirdresher
tamirdresher merged commit b2d4ff1 into bradygaster:dev Apr 20, 2026
4 checks passed
tamirdresher added a commit that referenced this pull request Apr 21, 2026
Fix cspell docs-quality CI failure on dev branch by adding 'mktree' (git plumbing command) to the dictionary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants