PowerToys/.github/actions/spell-check
Stefan Markovic 195f288492
[GPO] Add GPO to disable per-user install (#25141)
* Add per user installer

* Separate upgrade codes for per machine and per user installation
Move per machine check to bootstrapper
Move all defines to common.wxs
Fix CI

* Update installer/PowerToysSetup/generateFileList.ps1

Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>

* Update installer/PowerToysSetup/generateAllFileComponents.ps1

Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>

* Update installer/PowerToysSetup/generateFileList.ps1

Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>

* expect.txt

* Revert "Update installer/PowerToysSetup/generateFileList.ps1"

This reverts commit 34545dab9c.

* Update release CI to build both installers

* Revert bundle name change

It messes up app ID for per-user installation which ends up breaking winget update
of the per-user PT

* spellcheck

* Fix bad merge

* Add RegistryPreview

* Include backup_restore_settings.json

* Revert testing endpoint change

* Add per-machine/per-user installation GPOs

* Update doc/gpo/README.md

* Update doc/gpo/README.md

* spellcheck

* Remove disable per-machine policy

* Update doc/gpo/README.md

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>

---------

Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
2023-03-31 14:31:45 +02:00
..
allow Check spelling 0 0 21 (#22335) 2022-11-29 11:41:22 -08:00
advice.md Check spelling 0 0 21 (#22335) 2022-11-29 11:41:22 -08:00
candidate.patterns Check spelling 0 0 21 (#22335) 2022-11-29 11:41:22 -08:00
excludes.txt Fix ColorPicker detecting grid (#24413) 2023-03-17 22:25:03 +01:00
expect.txt [GPO] Add GPO to disable per-user install (#25141) 2023-03-31 14:31:45 +02:00
line_forbidden.patterns Check spelling 0 0 21 (#22335) 2022-11-29 11:41:22 -08:00
patterns.txt [PastePlain] Introduce Paste as Plain Text module (#23645) 2023-02-23 14:59:49 +00:00
README.md Check spelling 0 0 21 (#22335) 2022-11-29 11:41:22 -08:00
reject.txt [ci]Upgrade to check-spelling 0.0.20alpha7 (#19127) 2022-07-01 15:09:41 +01:00

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
only.txt Only check matching files (applied after excludes) perl regular expression only
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.