From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mx.groups.io with SMTP id smtpd.web10.1701.1641610500402688962 for ; Fri, 07 Jan 2022 18:55:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=c8FpS2f2; spf=pass (domain: gmail.com, ip: 209.85.210.180, mailfrom: kuqin12@gmail.com) Received: by mail-pf1-f180.google.com with SMTP id 205so6853531pfu.0 for ; Fri, 07 Jan 2022 18:55:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=E9/Cs9LnQI01DnwlgWBGdviGbhWOY3S2u5K7CNreR50=; b=c8FpS2f2tFuyyPNyApO1NlKJt1PJj6Yv21X3fO5Ur6gRehN4a/yWAMIFkb/uazNfIV gxP7dSVgPXu7B/eGM3dH7qitFirMXmM6wvuOMn4QiLYLA+y8qHMwNZFkAXvaGuBFXgMS 920umsYAhJyI5g3Q6uG86WF+VtoU6pJcTotYdeVj73de/jgI6rkZKEDoRAfpxTEpR8qn JS//4TDJWcNGUK4dvFt2xNloYKJvdE6YtzSx2rbVpTcgJHS6CIVcqWdQe7fYaEVn5upf b9v4oq+1qdxjlEkUJbkLkIob5+t7fAFzTPQxZ9va4o+JsOu/Kg7wlNhyGoqILb5ec+cd 0EyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=E9/Cs9LnQI01DnwlgWBGdviGbhWOY3S2u5K7CNreR50=; b=fCxJCmdbrBFDGCc7tCz2zt0bDMioF74W1J0xy/JlDNgzI+r9IDiWc89kqRDRI4SDjo 6BEhVoPOcaPUS5LjggrcbhArjbq3xwR/nwkInS/yI/DBHtyQMB1izlg+5ruOWt7fO81N O09fDrSUD82hNPoHK0cS1oYpQVERS8sX/IejYGgDK6lHOfbkVATKbOy2mTe7g1UKFSL5 vlYP/NlSrHEmrvzy2eHeWg5C27CYa4f6xS+2+k7oHwmZ2Uks6XXd4mNVKu7R51rTBdtb MXnon+MIsQ+T3wPrLtrAhFAEjHxRGeT6/XwG6XlL2nwpNx7FwUYv3JiKfoyk69Ji9mLV tLnA== X-Gm-Message-State: AOAM530MKP8X9sbVAJoFwFdDCEteI+JviSUl6aQL9HtjoVFweAj8f86G 7rUHNol4Q8E3rEL3/Jrh7kjB/0O5ZuU= X-Google-Smtp-Source: ABdhPJzxzhd3K60vuoUaB9pqdJ1Fkhh+1MnHjDFFMRSNnGF6oNAdGyMcFIG2hfgAAJiJMlz8+lOtWQ== X-Received: by 2002:a63:9255:: with SMTP id s21mr3019009pgn.276.1641610499847; Fri, 07 Jan 2022 18:54:59 -0800 (PST) Return-Path: Received: from localhost.localdomain ([50.35.74.198]) by smtp.gmail.com with ESMTPSA id n10sm243237pje.0.2022.01.07.18.54.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 Jan 2022 18:54:59 -0800 (PST) From: "Kun Qin" To: devel@edk2.groups.io Cc: Michael D Kinney , Sean Brogan , Bret Barkelew Subject: [PATCH v1 0/1] Fix pipeline failure from UnitTestFrameworkPkg Date: Fri, 7 Jan 2022 18:54:46 -0800 Message-Id: <20220108025448.876-1-kuqin12@gmail.com> X-Mailer: git-send-email 2.34.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3798 UnitTestFrameworkPkg.dec contains cmockery folder from cmocka submodule. However, the term "cmockery" is unrecognized by cspell tool. This change grants spell check exception to "cmockery" to prevent pipeline building failure. Cc: Michael D Kinney Cc: Sean Brogan Cc: Bret Barkelew Kun Qin (1): UnitTestFrameworkPkg: CI YAML: Grant cmockery spell check exception UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml | 1 + 1 file changed, 1 insertion(+) -- 2.34.1.windows.1