DOC: Sync spell-check dictionary with main branch#6056
Merged
hjmjohnson merged 1 commit intoInsightSoftwareConsortium:release-5.4from Apr 14, 2026
Merged
Conversation
Contributor
|
| Filename | Overview |
|---|---|
| .github/workflows/itk_dict.txt | Spell-check allowlist updated by backporting 433 words from the main branch to release-5.4. No code logic or behavioral change — purely a dictionary sync. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[main branch\nitk_dict.txt\n~433 new words] -->|backport| B[release-5.4\nitk_dict.txt]
B --> C{Spell-checker\nCI workflow}
C -->|allowlist lookup| D[Comment / Doxygen\nspell check passes]
Reviews (1): Last reviewed commit: "DOC: Sync spell-check dictionary with ma..." | Re-trigger Greptile
32 tasks
6240e78 to
b7bbaf7
Compare
Backport the itk_dict.txt word list from upstream/main to release-5.4, then add 20 words found in release-5.4 source that are not in main's dictionary (code identifiers in ThirdParty headers, legitimate terms like Hounsfield and Dask, and variable names in comments that cannot be changed on the release branch). Uses main's sort order to minimize future merge diffs.
b7bbaf7 to
26b48ed
Compare
dzenanz
approved these changes
Apr 14, 2026
a0892bf
into
InsightSoftwareConsortium:release-5.4
16 of 18 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport the
itk_dict.txtword list frommaintorelease-5.4, adding 433 words accumulated through new features and classes. Uses main's sort order to minimize future merge diffs. Part of #6051.No behavioral change — the dictionary is a comment spell-checker allowlist only.