From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web08.5659.1611740526577027600 for ; Wed, 27 Jan 2021 01:42:07 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=bKJrn6CC; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611740525; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i0nuj2oTsxsM9Pkp6YoyThejwdC7Pr8NLgfHEMM2IIM=; b=bKJrn6CCLk4IZjjandaGAjbeTzHZ5Pjk2FXm2DiCTkeVlRg0qn9ATXweBvHjbETqRQ35Gw J3ta9kC35CKehNmJUKZGnjXAVrAyTpf5m95IDdcRuwYKzwjJIkQt4ZFrXS56t+IoEaNWHi JrmWJIxRPjSA1mzG43Nz+4X6VaHgWo4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-170-HoPg0zOQOIu0_i6g3YVj3Q-1; Wed, 27 Jan 2021 04:42:02 -0500 X-MC-Unique: HoPg0zOQOIu0_i6g3YVj3Q-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E6241190A7A0; Wed, 27 Jan 2021 09:42:01 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-26.ams2.redhat.com [10.36.115.26]) by smtp.corp.redhat.com (Postfix) with ESMTP id 507CB61F5E; Wed, 27 Jan 2021 09:42:01 +0000 (UTC) Subject: Re: [edk2-devel] Spell check corrections, package by package To: devel@edk2.groups.io, brbarkel@microsoft.com References: From: "Laszlo Ersek" Message-ID: <65208906-9273-cc27-3503-a37dd6d9cb58@redhat.com> Date: Wed, 27 Jan 2021 10:42:00 +0100 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 01/27/21 01:24, brbarkel via groups.io wrote: > When we added the SpellCheck to CI, we intended to move through package by package and turn on the PR gate checks (right now they're all in "audit only"). To do this, we must first fix all the existing spelling errors and/or update the ignore lists and dictionaries with expected terms. > > I would like to start this process so that we can get enforcement on in the next couple of months. To pick a random package, I was going to start with NetworkPkg. Before starting, I wanted to ask what the community would like to see in terms of the number of patches and/or associated bugs. I'm comfortable with whatever because I will likely automate the bug opening and patch association (so beware if you want one bug per fix... there will be a LOT of bugs). > > Thoughts? One BZ for OvmfPkg should work, with one associated patch series for OvmfPkg. Each patch in the OvmfPkg series should fix typos in a given module (library or driver or application) in OvmfPkg. Duplicate all of the above for ArmVirtPkg (one BZ, one series, one patch per module). Thanks! Laszlo