commit 276e48eb5b59011f42f4d2d16af3d41b2e77f620
parent c6091d379d51a5b00abb258908c3ac3af3a0520d
Author: Josh Soref <jsoref@users.noreply.github.com>
Date: Fri, 5 Feb 2021 17:42:33 -0500
ci: update to Spell check to 0.0.17a (#742)
Diffstat:
5 files changed, 19 insertions(+), 120 deletions(-)
diff --git a/.github/actions/spelling/excludes.txt b/.github/actions/spelling/excludes.txt
@@ -1,4 +1,5 @@
(?:^|/)\.gitignore$
+(?:^|/)(?i)LICENSE
/shared\.manifest$
\.cer$
\.msix$
diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt
@@ -1,22 +1,17 @@
abcd
-AComment
-addressof
AFX
agg
aicli
AICLIC
ajor
-ALIGNAS
-allescaped
-alse
amrutha
anonymized
APARTMENTTHREADED
apfn
apiset
appinstallertest
+Archs
argumentlist
-ARMEL
ARMNT
arp
arphelper
@@ -25,170 +20,112 @@ Atest
AType
AUrl
Aysnc
-backend
-bbwe
Beigi
bfd
bght
-bitfield
bitmask
bkup
blargle
-blep
blogs
-BORLAND
+BOMs
brk
Buf
casemappings
-cassert
cch
-cctype
-cdunn
centralus
-cerr
certmgr
+certs
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
+dirs
dnld
-dnp
dvinns
dw
-elif
-emark
-endcode
endian
-endverbatim
enr
-EOL
+enums
ERANGE
errno
etest
-eturn
execustom
EXEHASH
experimentalfeatures
-eyc
fd
fintimes
flargle
foldc
foldcase
FOLDERID
-fpclassify
FULLWIDTH
fuzzer
-gcc
gcpi
gity
-GNUC
+Globals
google
hhx
HINSTANCE
hkey
hlocal
-hpux
hre
-HREF
HRESULTs
-hrow
IAttachment
IConfiguration
-ieeefp
IHost
IID
IInstalled
incosistencies
INET
-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
+Langs
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
@@ -196,10 +133,7 @@ msftrubengu
MSIHASH
MSIXHASH
msstore
-msvc
-Multiline
multimap
-mutators
mycustom
myinstalldir
mylog
@@ -207,34 +141,27 @@ mysilent
mysilentwithprogress
mytool
Newtonsoft
-nfinity
NOEXPAND
-noreturn
nuffing
nullopt
-NULLREF
-nvcc
-NVIDIAs
objbase
ofile
oss
-OString
-ote
Packagedx
+pathparts
pathpaths
pfn
pfxpath
Pherson
pkindex
PMS
+positionals
productcode
-ptrdiff
pvk
pvm
pwabuilder
PWAs
PWSTR
-py
pz
qb
qword
@@ -243,6 +170,7 @@ REGSAM
REINSTALLMODE
rhs
rosoft
+rowids
RRF
rrr
rzkzqaqjwj
@@ -255,28 +183,13 @@ Shlobj
sid
SIGNATUREHASH
Sku
-Skype
-skypeapp
-Solaris
sortof
-sourceforge
-sout
-SOVERSION
spamming
SPAPI
Srinivasan
srs
-ssin
-stackoverflow
Standalone
startswith
-STARTUPINFOW
-stdarg
-strchr
-strcmp
-strdup
-strlen
-strncmp
strtoull
subdir
subkey
@@ -293,7 +206,6 @@ UCase
ucasemap
uild
uintptr
-unindent
Uninitialize
uninstallation
uninstaller
@@ -301,37 +213,27 @@ uninstallprevious
uninstalls
unparsable
UNSCOPED
-Unserialize
UPSERT
URLZONE
userfilesetting
usersettingstest
-usf
USHORT
Utils
UWP
-valueiterator
vamus
vns
-vscprintf
-vsnprintf
-walkaround
wcslen
+webpages
Webserver
website
wesome
-wiki
-wikipedia
windir
windowsdeveloper
winerror
wingetdev
winreg
withstarts
-Workaround
-wstringstream
+Workflows
wto
Wunused
WZDNCRFJ
-xf
-xl
diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt
@@ -13,7 +13,8 @@ data:[a-zA-Z=;,/0-9+-]+
"[0-9a-f]{64}"
# sha-1
\b[0-9a-f]{40}\b
-\b([A-Za-z])\1{3,}\b
+# ignore long runs of a single character:
+\b([A-Za-z])\g{-1}{3,}\b
El proyecto .* diferentes
# Package family names
\b[-.A-Za-z0-9]+_[a-z0-9]{13}\b
diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml
@@ -1,13 +1,11 @@
name: Spell checking
on:
+ pull_request_target:
push:
branches:
- "**"
tags-ignore:
- "**"
- schedule:
- # * is a special character in YAML so you have to quote this string
- - cron: '15 * * * *'
jobs:
build:
@@ -16,9 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2.0.0
with:
+ ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 5
- - uses: check-spelling/check-spelling@0.0.16-alpha
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- bucket: .github/actions
- project: spelling
+ - uses: check-spelling/check-spelling@0.0.17-alpha
diff --git a/src/AppInstallerRepositoryCore/Microsoft/Schema/1_0/Interface.h b/src/AppInstallerRepositoryCore/Microsoft/Schema/1_0/Interface.h
@@ -38,7 +38,7 @@ namespace AppInstaller::Repository::Microsoft::Schema::V1_0
// Gets the ordering of matches to execute, with more specific matches coming first.
virtual std::vector<MatchType> GetMatchTypeOrder(MatchType type) const;
- // Executes all relevant searchs for the query.
+ // Executes all relevant searches for the query.
virtual void PerformQuerySearch(SearchResultsTable& resultsTable, const RequestMatch& query) const;
};
}