Skip to content

Commit

Permalink
Spell check (microsoft#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Nov 16, 2020
1 parent bfbe3e6 commit 0e1e0b4
Show file tree
Hide file tree
Showing 98 changed files with 1,082 additions and 220 deletions.
475 changes: 475 additions & 0 deletions .github/actions/spelling/allow.txt

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
(?:^|/)\.gitignore$
/shared\.manifest$
\.cer$
\.msix$
\.png$
\.vcxitems$
\.vcxproj$
\.vcxproj\.filters$
\.vdproj$
\.wapproj$
^cgmanifest\.json$
^Localization/
^NOTICE$
^src/AppInstallerCLICore/Commands/ExperimentalCommand\.cpp$
^src/catch2/
^src/YamlCppLib/
^src/JsonCppLib/
^\.github/
328 changes: 328 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,328 @@
abcd
AComment
addressof
AFX
agg
aicli
AICLIC
ajor
ALIGNAS
allescaped
alse
amrutha
anonymized
APARTMENTTHREADED
apfn
apiset
appinstallertest
argumentlist
ARMEL
ARMNT
arp
arphelper
ASwitch
Atest
AType
AUrl
Aysnc
backend
bbwe
Beigi
bfd
bght
bitfield
bitmask
bkup
blargle
blep
blogs
BORLAND
brk
Buf
casemappings
cassert
cch
cctype
cdunn
centralus
cerr
certmgr
Cfg
cgmanifest
chcp
ci
cinq
CLIE
clocale
cloudapp
CLSID
CMake
cmath
cname
codepoint
COINIT
commandline
Concat
contosa
contosainstaller
count'th
cplusplus
CPPLIB
createmanifestmetadata
cstddef
cstdint
cstdio
cstdlib
cstr
cstring
CStyle
ctc
ctor
Ctx
curated
czstring
deigh
deleteifnotneeded
deque
deref
dllimport
dnld
dnp
dvinns
dw
elif
emark
endcode
endian
endverbatim
enr
EOL
ERANGE
errno
etest
eturn
execustom
EXEHASH
experimentalfeatures
eyc
fd
fintimes
flargle
foldc
foldcase
FOLDERID
fpclassify
FULLWIDTH
fuzzer
gcc
gcpi
gity
GNUC
google
hhx
HINSTANCE
hkey
hlocal
hpux
hre
HREF
HRESULTs
hrow
IAttachment
IConfiguration
ieeefp
IHost
IID
IInstalled
incosistencies
inl
inor
iosfwd
IPackage
IPersist
IService
ISettings
isfinite
Isfinitef
isnan
isprint
ISQ
IString
itr
IVector
IWeb
IZone
javascript
JObject
jp
jsoncpp
jsonvalue
kayone
keey
Keivan
keylength
KF
KNOWNFOLDERID
ktf
lconv
ldcase
len
Lepilleur
lhs
libyaml
Linq
liv
llvm
localeconv
localhost
lossfree
LPBYTE
LPWSTR
LSTATUS
malloc
maxsize
megamorf
memcmp
memcpy
memset
MINGW
MMmmbbbb
modf
monicka
msdownload
MSFT
msftrubengu
MSIHASH
MSIXHASH
msstore
msvc
Multiline
multimap
mutators
mycustom
myinstalldir
mylog
mysilent
mysilentwithprogress
mytool
Newtonsoft
nfinity
noreturn
nuffing
nullopt
NULLREF
nvcc
NVIDIAs
objbase
ofile
oss
OString
ote
Packagedx
pathpaths
pfn
pfxpath
Pherson
pkindex
PMS
productcode
ptrdiff
pvk
pvm
pwabuilder
PWAs
PWSTR
py
pz
qword
readonly
REGSAM
REINSTALLMODE
rhs
rosoft
rrr
rzkzqaqjwj
schematab
sddl
seof
setmetadatabymanifestid
SETTINGMAPPING
Shlobj
sid
SIGNATUREHASH
Sku
Solaris
sortof
sourceforge
sout
SOVERSION
spamming
SPAPI
Srinivasan
srs
ssin
stackoverflow
Standalone
startswith
stdarg
strchr
strcmp
strdup
strlen
strncmp
strtoull
subdir
subkey
suppy
sysrefcomp
Tagit
temppath
testexampleinstaller
thiscouldbeapc
threehundred
tombstoned
transitioning
UCase
ucasemap
uild
uintptr
unindent
Uninitialize
uninstaller
uninstallprevious
uninstalls
unparsable
UNSCOPED
Unserialize
UPSERT
URLZONE
userfilesetting
usersettingstest
usf
USHORT
Utils
UWP
valueiterator
vamus
vns
vscprintf
vsnprintf
walkaround
wcslen
Webserver
website
wesome
wiki
wikipedia
windowsdeveloper
winerror
wingetdev
winreg
withstarts
Workaround
wstringstream
wto
Wunused
WZDNCRFJ
xf
xl
17 changes: 17 additions & 0 deletions .github/actions/spelling/patterns.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
WinGetDevCLI_8wekyb3d8bbwe
_tisf_sqliteReturnValue
microsoft\.com/[^])">]*
Sha256: [0-9A-Fa-f]{64}
SHA256::ConvertToBytes\("[0-9A-Fa-f]{64}"
# data urls
data:[a-zA-Z=;,/0-9+-]+
# uuid:
\b[0-9a-fA-F]{8}-(?:[0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}\b
# hex digits including css/html color classes:
(?:[\\0][xX]|\\u|[uU]\+|#|\%23)[0-9a-fA-FgGrR]{2,}[uU]?[lL]{0,2}\b
"[0-9a-f]{32}"
"[0-9a-f]{64}"
# sha-1
\b[0-9a-f]{40}\b
\b([A-Za-z])\1{3,}\b
El proyecto .* diferentes
24 changes: 24 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Spell checking
on:
push:
branches:
- "**"
tags-ignore:
- "**"
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '15 * * * *'

jobs:
build:
name: Spell checking
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 5
- uses: check-spelling/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
bucket: .github/actions
project: spelling
Loading

0 comments on commit 0e1e0b4

Please sign in to comment.