mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-04 11:59:07 +08:00
1e1429177b
* [PastePlain] Introduce Paste as Plain Text module * fix build * add telemetry * update settings UI * spell * Add navigation items to Settings and OOBE * Add PastePlain to the Quick Access flyout * try to fix PastePlain not being enabled from runner/settings * load dll properly * installer files * Add PastePlain project name * Use win32 APIs in the module interface instead * Fix spellcheck * Fix build errors * Add success, error and invoke telemetry * Add Settings Telemetry * Add GPO definitions * Fix analyzer errors * Use static_cast instead of reinterpret_cast * Add images to Settings * Add note about replacing clipboard contents * Fix learn more text * Add link to readme * Remove unneeded C# app * Fix installer * Fix spellchecker --------- Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
183 lines
4.6 KiB
Plaintext
183 lines
4.6 KiB
Plaintext
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns
|
|
|
|
# Automatically suggested patterns
|
|
# hit-count: 2206 file-count: 617
|
|
# IServiceProvider
|
|
\bI(?=(?:[A-Z][a-z]{2,})+\b)
|
|
|
|
# hit-count: 111 file-count: 57
|
|
# hex runs
|
|
\b[0-9a-fA-F]{16,}\b
|
|
|
|
# hit-count: 89 file-count: 36
|
|
# GitHub SHAs (markdown)
|
|
(?:\[`?[0-9a-f]+`?\]\(https:/|)/(?:www\.|)github\.com(?:/[^/\s"]+){2,}(?:/[^/\s")]+)(?:[0-9a-f]+(?:[-0-9a-zA-Z/#.]*|)\b|)
|
|
|
|
# hit-count: 67 file-count: 59
|
|
# w3
|
|
\bw3\.org/[-0-9a-zA-Z/#.]+
|
|
|
|
# hit-count: 47 file-count: 3
|
|
# Contributor
|
|
\[[^\]]+\]\(https://github\.com/[^/\s"]+\)
|
|
|
|
# hit-count: 45 file-count: 2
|
|
# Non-English
|
|
[a-zA-Z]*[ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź][a-zA-Z]{3}[a-zA-ZÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź]*
|
|
|
|
# hit-count: 22 file-count: 18
|
|
# stackexchange -- https://stackexchange.com/feeds/sites
|
|
\b(?:askubuntu|serverfault|stack(?:exchange|overflow)|superuser).com/(?:questions/\w+/[-\w]+|a/)
|
|
|
|
# hit-count: 7 file-count: 3
|
|
# Wikipedia
|
|
\ben\.wikipedia\.org/wiki/[-\w%.#]+
|
|
|
|
# hit-count: 5 file-count: 3
|
|
# vs devops
|
|
\bvisualstudio.com(?::443|)/[-\w/?=%&.]*
|
|
|
|
# hit-count: 3 file-count: 3
|
|
# githubusercontent
|
|
/[-a-z0-9]+\.githubusercontent\.com/[-a-zA-Z0-9?&=_\/.]*
|
|
|
|
# hit-count: 2 file-count: 2
|
|
# mailto urls
|
|
mailto:[-a-zA-Z=;:/?%&0-9+@.]{3,}
|
|
|
|
https?://(?:(?:www\.|)youtube\.com|youtu.be)/[-a-zA-Z0-9?&=]*
|
|
# GitHub SHAs
|
|
\bapi.github\.com/repos/[^/]+/[^/]+/[^/]+/[0-9a-f]+\b
|
|
://github\.(?:com|blog)/[^\w")]+
|
|
(?:\[[0-9a-f]+\]\(https:/|)/github\.com/[^/]+/[^/]+/[^/]+/[0-9a-f]+(?:[-0-9a-zA-Z/#.]*|)\b
|
|
# githubusercontent
|
|
://githubusercontent\.com/[^\w")]+
|
|
# gist github
|
|
/gist\.github\.com/[^/]+/[0-9a-f]+
|
|
|
|
# msdn
|
|
\b(?:download\.visualstudio|docs|msdn|learn)\.microsoft\.com/[-_a-zA-Z0-9()=./]*
|
|
|
|
# medium
|
|
link\.medium\.com/[a-zA-Z0-9]+
|
|
\bmedium\.com/\@[^/]+/[-\w]+
|
|
|
|
# experimentation urls
|
|
https?://default\.exp-tas\.com/[-_a-zA-Z0-9/]*
|
|
|
|
publicKeyToken=(['"]|)[0-9a-f]+\g{-1}
|
|
\@sha256:[0-9a-f]{64}\b
|
|
|
|
# data urls
|
|
(['"])data:.*?\g{-1}
|
|
data:[-a-zA-Z=;:/0-9+]*,\S*
|
|
|
|
# uuid: (or CompGUIDPrefix)
|
|
L?(["']|[-<({>]|\b)[0-9a-fA-F]{8}-(?:[0-9a-fA-F]{4}-){3}[0-9a-fA-F]{10,12}(?:\g{-1}|[<})>])
|
|
|
|
# c99 hex digits (not the full format, just one I've seen)
|
|
0x[0-9a-fA-F](?:\.[0-9a-fA-F]*|)[pP]
|
|
|
|
# URL escaped characters
|
|
\%[0-9A-F]{2}
|
|
|
|
# wregex
|
|
std::wregex\(L"[^"]*"\)
|
|
|
|
# hash
|
|
Hash="[0-9A-F]{40}"
|
|
# SHA256 hash
|
|
'[0-9A-F]{64}'
|
|
|
|
# hex digits including css/html color classes:
|
|
(?:[\\0][xX]|\\u|[uU]\+|#x?|\%23|L")[0-9a-fA-FgGrR_]{2,}(?:[uU]?[lL]{0,2}|u\d+)\b
|
|
|
|
(?:L"[abAB]+", ){3}L"[abAB]+"
|
|
"Lorem[^"]+?\."
|
|
TestCase\("[^"]+"
|
|
|
|
# Test line with hexadecimal colors
|
|
\[DataRow\("[0-9A-F]{6}", \d{3}, \d{3}, \d{3}\)\]
|
|
\[DataRow\("[0-9A-F]{6}", \d{3}.\d{1}, \d{3}.\d{1}, \d{3}.\d{1}\)\]
|
|
\[DataRow\("[0-9A-F]{6}", "[BCGMRY]\d\d?", \d{3}, \d{3}\)\]
|
|
|
|
# version suffix <word>v#
|
|
[Vv]\d+(?:\b|(?=[a-zA-Z_]))
|
|
|
|
# Windows paths
|
|
\\native
|
|
\\netcoreapp
|
|
\\netstandard
|
|
\\network
|
|
\\notifications
|
|
\\recyclebin
|
|
\\Registry
|
|
\\registry
|
|
\\reinstall
|
|
\\Resize
|
|
\\resource
|
|
\\Resources
|
|
\\restart
|
|
\\restore
|
|
\\result
|
|
\\rotating
|
|
\\runner
|
|
\\runtimes
|
|
\\Telemetry
|
|
\\telemetry
|
|
\\testapp
|
|
\\tests
|
|
\\tools
|
|
|
|
# plugin.json
|
|
^ "ID": "[0-9A-F]{32}",$
|
|
|
|
# UnitTests
|
|
\[DataRow\(.*\)\]
|
|
|
|
# Id info inside markdown file (registry.md)
|
|
^\|\s+ID\s+\|\s*\`[0-9A-F]{32}\`
|
|
|
|
# TestCase strings intentionally have non dictionary items
|
|
\[TestCase\(new string.*\]
|
|
|
|
# D2D
|
|
D?2D
|
|
|
|
# marker for ignoring a comment to the end of the line
|
|
^.*/\* #no-spell-check-line \*/.*$
|
|
// #no-spell-check.*$
|
|
|
|
http://tes/
|
|
|
|
# tar arguments
|
|
\b(?:\\n|)tar(?:\s+-[a-zA-Z]+|\s[a-z]+)+
|
|
|
|
# fabricbot.json
|
|
"id": "\S+"
|
|
"commentPattern": ".*"
|
|
# Questionably acceptable forms of `in to`
|
|
# Personally, I prefer `log into`, but people object
|
|
# https://www.tprteaching.com/log-into-log-in-to-login/
|
|
\b[Ll]og in to\b
|
|
|
|
# acceptable duplicates
|
|
# ls directory listings
|
|
# /bin/ls -l output
|
|
[-bcdlpsw](?:[-r][-w][-sx]){3}\s+\d+\s+(\S+)\s+\g{-1}\s+\d+\s+
|
|
# C types and repeated CSS values
|
|
\s(center|div|inherit|long|LONG|none|normal|solid|thin|transparent|very)(?: \g{-1})+\s
|
|
# go templates
|
|
\s(\w+)\s+\g{-1}\s+\`(?:graphql|json|yaml):
|
|
# javadoc / .net
|
|
(?:[\\@](?:groupname|param)|(?:public|private)(?:\s+static|\s+readonly)*)\s+(\w+)\s+\g{-1}\s
|
|
|
|
# Commit message -- Signed-off-by and friends
|
|
^\s*(?:(?:Based-on-patch|Co-authored|Helped|Mentored|Reported|Reviewed|Signed-off)-by|Thanks-to): (?:[^<]*<[^>]*>|[^<]*)\s*$
|
|
|
|
# Autogenerated revert commit message
|
|
^This reverts commit [0-9a-f]{40}\.$
|
|
|
|
# ignore long runs of a single character:
|
|
\b([A-Za-z])\g{-1}{3,}\b
|