windows-terminal/.github/actions/spelling
Leonard Hecker b47fdfc7e6
Fix support for the Tencent QQPinyin IME (#19046)
2025-06-16 23:52:26 +00:00
..
allow Fix support for the Tencent QQPinyin IME (#19046) 2025-06-16 23:52:26 +00:00
expect Update command palette search to prioritize "longest substring" match. (#18700) 2025-06-03 00:22:24 +00:00
patterns ci: upgrade to check-spelling v0.0.24 (#18261) 2024-12-04 12:06:31 -06:00
README.md Update to check-spelling v0.0.21 (#14455) 2022-11-28 13:35:07 -06:00
advice.md Check spelling 0.0.22 (#16127) 2023-12-05 15:40:23 -08:00
candidate.patterns ci: upgrade to check-spelling v0.0.24 (#18261) 2024-12-04 12:06:31 -06:00
excludes.txt Update command palette search to prioritize "longest substring" match. (#18700) 2025-06-03 00:22:24 +00:00
line_forbidden.patterns ci: upgrade to check-spelling v0.0.24 (#18261) 2024-12-04 12:06:31 -06:00
reject.txt ci: upgrade to check-spelling v0.0.24 (#18261) 2024-12-04 12:06:31 -06:00

README.md

check-spelling/check-spelling configuration

File Purpose Format Info
allow/*.txt Add words to the dictionary one word per line (only letters and 's allowed) allow
reject.txt Remove words from the dictionary (after allow) grep pattern matching whole dictionary words reject
excludes.txt Files to ignore entirely perl regular expression excludes
patterns/*.txt Patterns to ignore from checked lines perl regular expression (order matters, first match wins) patterns
candidate.patterns Patterns that might be worth adding to patterns.txt perl regular expression with optional comment block introductions (all matches will be suggested) candidates
line_forbidden.patterns Patterns to flag in checked lines perl regular expression (order matters, first match wins) patterns
expect/*.txt Expected words that aren't in the dictionary one word per line (sorted, alphabetically) expect
advice.md Supplement for GitHub comment when unrecognized words are found GitHub Markdown advice

Note: you can replace any of these files with a directory by the same name (minus the suffix) and then include multiple files inside that directory (with that suffix) to merge multiple files together.