From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.16115.1594128495815618135 for ; Tue, 07 Jul 2020 06:28:15 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ard.biesheuvel@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6E14DC0A; Tue, 7 Jul 2020 06:28:15 -0700 (PDT) Received: from [192.168.1.205] (unknown [10.37.8.187]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B2A0D3F71E; Tue, 7 Jul 2020 06:28:12 -0700 (PDT) Subject: Re: [PATCH v4 14/15] .python/SpellCheck: Add 'XIPFLAGS' to "words" section To: Sami Mujawar , devel@edk2.groups.io Cc: leif@nuviainc.com, lersek@redhat.com, Matteo.Carlini@arm.com, Laura.Moretta@arm.com, nd@arm.com References: <20200707124810.50668-1-sami.mujawar@arm.com> <20200707124810.50668-15-sami.mujawar@arm.com> From: "Ard Biesheuvel" Message-ID: Date: Tue, 7 Jul 2020 16:28:09 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200707124810.50668-15-sami.mujawar@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 7/7/20 3:48 PM, Sami Mujawar wrote: > The EDKII Core CI reports spelling error for XIPFLAGS. The > XIPFLAGS are typically used to specify XIP options to the > compiler. e.g. GCC:*_*_*_CC_XIPFLAGS = -fno-jump-tables > > Add 'XIPFLAGS' to "words" section in cspell.base.yaml file > to avoid spelling check error. > > Signed-off-by: Sami Mujawar Acked-by: Ard Biesheuvel > --- > .pytool/Plugin/SpellCheck/cspell.base.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml > index 1ce5f6991104b83e41e769299b23cb3fa74c46e9..ad6f7ac06ad18efcd4ab9c2346356dfd6885d827 100644 > --- a/.pytool/Plugin/SpellCheck/cspell.base.yaml > +++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml > @@ -178,5 +178,6 @@ > "vcruntimed", > "ucrtd", > "msvcrtd", > + "XIPFLAGS" > ] > } >