From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by mx.groups.io with SMTP id smtpd.web12.621.1662567076621398462 for ; Wed, 07 Sep 2022 09:11:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=oZdP2/9I; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: quicinc.com, ip: 205.220.180.131, mailfrom: quic_rcran@quicinc.com) Received: from pps.filterd (m0279873.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 287AVrRI014142; Wed, 7 Sep 2022 16:11:15 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=qcppdkim1; bh=Ale6FeGo1OIJ3Qy1BwUPt9Iox9J7CV3m+xT2j7h5bYU=; b=oZdP2/9IaMvj4fSRqNpMJZZ2IP1k+S+o/zYCGySEajx97V/TZNWNMZpuudj85EaSM/TJ S0Z3E+FID7SPt/DOwDLFveJO4a6/CjbpswBLppCMQA9cMSUgsEEL4XFttepUIXJCMhTC k/klP8XUubYQqmBu7ForqkCB7VfhSk1n00eq6YVWEqWs7jSsNWJHHk4zNu9IcbllMu6Z yd9vH/ScfMrk4hht3bfAlqVUzz8Kh9dlZHQAUg8dFPnjC/12qK42UWmId37Xn20k4RcT e779UPgI/fG2rEMGfU4M9KZD3u5A/kZ4YNzaq64WkfKEk+QyO0kbCEO0JBD398y+JVfp qA== Received: from nasanppmta03.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3jef0gjhtv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 07 Sep 2022 16:11:15 +0000 Received: from nasanex01b.na.qualcomm.com (nasanex01b.na.qualcomm.com [10.46.141.250]) by NASANPPMTA03.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 287GBDRm031852 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 7 Sep 2022 16:11:13 GMT Received: from [10.110.11.216] (10.80.80.8) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.29; Wed, 7 Sep 2022 09:11:13 -0700 Message-ID: <2d5d2c23-549a-84b0-0ab8-cfe22f110cd1@quicinc.com> Date: Wed, 7 Sep 2022 10:11:12 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1 Subject: Re: [edk2-devel] [PATCH] ArmPkg, ArmVirtPkg: put SpellCheck in AuditOnly mode To: , CC: , References: <20220907152712.1236460-1-ardb@kernel.org> From: "Rebecca Cran" In-Reply-To: <20220907152712.1236460-1-ardb@kernel.org> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01b.na.qualcomm.com (10.46.141.250) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: ZMr-by-zq1DBnj4eFwhUSmhbhapqBBf0 X-Proofpoint-ORIG-GUID: ZMr-by-zq1DBnj4eFwhUSmhbhapqBBf0 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.528,FMLib:17.11.122.1 definitions=2022-09-07_08,2022-09-07_02,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 priorityscore=1501 impostorscore=0 adultscore=0 mlxlogscore=999 mlxscore=0 malwarescore=0 phishscore=0 spamscore=0 bulkscore=0 suspectscore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2207270000 definitions=main-2209070063 Content-Language: en-US Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Reviewed-by: Rebecca Cran On 9/7/22 09:27, Ard Biesheuvel wrote: > Don't allow spelling errors to break the CI build and inadvertently > reject pull requests - spelling is important but not that important. > > Signed-off-by: Ard Biesheuvel > --- > ArmPkg/ArmPkg.ci.yaml | 2 +- > ArmVirtPkg/ArmVirtPkg.ci.yaml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/ArmPkg/ArmPkg.ci.yaml b/ArmPkg/ArmPkg.ci.yaml > index b7e07aaef675..24db74250513 100644 > --- a/ArmPkg/ArmPkg.ci.yaml > +++ b/ArmPkg/ArmPkg.ci.yaml > @@ -87,7 +87,7 @@ > > ## options defined .pytool/Plugin/SpellCheck > "SpellCheck": { > - "AuditOnly": False, > + "AuditOnly": True, > "IgnoreFiles": [ > "Library/ArmSoftFloatLib/berkeley-softfloat-3/**" > ], # use gitignore syntax to ignore errors > diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml > index d5d63ddd4fd7..1e799dc4e194 100644 > --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml > +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml > @@ -96,7 +96,7 @@ > > ## options defined .pytool/Plugin/SpellCheck > "SpellCheck": { > - "AuditOnly": False, # Fails right now with over 270 errors > + "AuditOnly": True, > "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files > "ExtendWords": [ > "acpiview",