From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f42.google.com (mail-pj1-f42.google.com [209.85.216.42]) by mx.groups.io with SMTP id smtpd.web10.1772.1623695686182822602 for ; Mon, 14 Jun 2021 11:34:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=uH1hMNKg; spf=pass (domain: gmail.com, ip: 209.85.216.42, mailfrom: kuqin12@gmail.com) Received: by mail-pj1-f42.google.com with SMTP id ei4so10244649pjb.3 for ; Mon, 14 Jun 2021 11:34:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Zy5bj6zal8ZRg6d6ho8w380SVIEVNawimWzUKryv5m4=; b=uH1hMNKgWJtOHiAaEIL7o0oJ2SsIlHzqero5EjrrigDbklIQzgqgLIawVvjq74CbrF ehS39JCjmMwwNVsHM8qzJHj6OUH2bmY49gMky/zzobtLFRuj2IMSlvlCFw8Ae+fTZ/vm +EgUAc1Ea+iJzuTNhMLgIC9StBI7AMkGCWm1F0XPRZNGm9V/y0MF5/BhpxadO6dPka8a 6bQEcfjpFnAvBmbvLfWai9Jrjf7a7qvv7hv2PHo8LLY2WNUGNpvdX5hOSgyFY9y2Ld5b XK7f/WyZOH6jWoXQI2cA+hQMmgM5CvOr74FllTt3n/F+f1YF+dk8L5NWp43PFxQlRW9g 8FRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Zy5bj6zal8ZRg6d6ho8w380SVIEVNawimWzUKryv5m4=; b=iYG3EAZr3DvaZXKC/ViMu5tZy+HnGGao3b5PNeaRa2UbLPP8pVQI9nE5u7LEXzTHqL 1WcGag+LZDirbJ5za2WJ3hIQHh2qrlb39wFdfccfkfcWk3h3EDGMHe4VN+vgEWEOPz0O 5DQ8eBhtugJVeQV4/BDQ5KscfKIIzzIaZmX2slHXmuxgjpTs8npS54D4VEJYLeBNszfI 47UfRNe2XEAmrvgZD0DTN4/v0Qyv2/Q3wQw0vPc4lDf1wmwrhYIJVu37a7PiX8cF/fmJ OaSRkBB6tx/+a8IsoxgXrNqbY0of1Q/aSFteR/Pl6tJglUX0x7E+oIkCRCB1iw2neR9f shsA== X-Gm-Message-State: AOAM5323Kkn16yZZNBSJu6H2dwe+OB/U4qRz2LaZWw8AgP46p/cvbKyi 4hm7ZOFvgzW+d/JS/rJ+WaBL98mumSqopA== X-Google-Smtp-Source: ABdhPJwyrI4C/RtX4b9BinhNrGb61w7T/7CFR+JrGOxRTW6Fb1hXc3sQ4Lae3klD4mElcsQTW7+STQ== X-Received: by 2002:a17:90a:b795:: with SMTP id m21mr20685784pjr.143.1623695685466; Mon, 14 Jun 2021 11:34:45 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id h20sm13056446pfq.83.2021.06.14.11.34.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Jun 2021 11:34:45 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Ard Biesheuvel Subject: [PATCH v2 2/4] ArmPlatformPkg: SpellCheck: Switch spellcheck CI to AuditOnly Date: Mon, 14 Jun 2021 11:34:29 -0700 Message-Id: <20210614183431.1657-3-kuqin12@gmail.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20210614183431.1657-1-kuqin12@gmail.com> References: <20210614183431.1657-1-kuqin12@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Sean Brogan REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3445 Spellcheck was not covering all specified files due to CSpell v5 and Node v10 incompatibility of current CI pipeline configuration. This change switches the spellcheck for ArmPlatformPkg to AuditOnly to avoid potentially numerous spell errors. The correction action is to be revisited by package maintainers once the tool incompatibility is resolved. Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Sean Brogan Signed-off-by: Kun Qin Reviewed-by: Ard Biesheuvel --- Notes: v2: - Moved Kun's signed-off tag to the last - Added reviewed-by tag [Ard] ArmPlatformPkg/ArmPlatformPkg.ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPlatformPkg/ArmPlatformPkg.ci.yaml b/ArmPlatformPkg/ArmPlatformPkg.ci.yaml index 1abaa2f6870c..3dbbcc673bf0 100644 --- a/ArmPlatformPkg/ArmPlatformPkg.ci.yaml +++ b/ArmPlatformPkg/ArmPlatformPkg.ci.yaml @@ -83,7 +83,7 @@ ## options defined .pytool/Plugin/SpellCheck "SpellCheck": { - "AuditOnly": False, + "AuditOnly": True, "IgnoreFiles": [], # use gitignore syntax to ignore errors # in matching files "ExtendWords": [ -- 2.31.1.windows.1