winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b01d7417ea747fa2dbd2473cb10b8bef060404da
parent 1623ba29e57cfde4ba6bf2e9d1cc8cf80143d297
Author: Josh Soref <jsoref@users.noreply.github.com>
Date:   Wed, 31 Mar 2021 13:02:40 -0400

Spelling (#837)

* spelling: inconsistencies

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Update patterns
Diffstat:
M.github/actions/spelling/expect.txt | 8++------
M.github/actions/spelling/patterns.txt | 3+++
Msrc/AppInstallerCLITests/Command.cpp | 2+-
3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt @@ -102,7 +102,6 @@ IConfiguration IHost IID IInstalled -incosistencies IName INET inor @@ -243,13 +242,9 @@ UPSERT URIs URLZONE userfilesetting -usersettingstest USHORT Utils UWP -validator -valijson -valueiterator vamus VERSI VERSIE @@ -268,8 +263,9 @@ wingetdev winreg withstarts wn -wsv Workflows +WSL +wsv wto Wunused WZDNCRFJ diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt @@ -33,3 +33,6 @@ http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer # schema regex "pattern": .*$ + +# doc/ManifestSpecv1.0.md +^ShortDescription: "Le nouveau.*"$ diff --git a/src/AppInstallerCLITests/Command.cpp b/src/AppInstallerCLITests/Command.cpp @@ -107,7 +107,7 @@ void EnsureCommandConsistency(const Command& command) } } -// This test ensure that the command tree we expose does not have any incosistencies. +// This test ensure that the command tree we expose does not have any inconsistencies. // 1. No command name collisions // 2. All command names are lower cased // 3. No argument name collisions