[edk2-devel] How to add ignore "IgnoreFiles" for CharEncodingCheck

Sean via Groups.Io sean.brogan=microsoft.com at groups.io
Wed Apr 1 00:30:13 UTC 2020


On Tue, Mar 31, 2020 at 08:52 AM, Zhang, Shenglei wrote:

> 
> 
> 
> "CharEncodingCheck": {
> 
> 
> 
> "IgnoreFiles":
> [[(MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/test/testc.c),(MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/windows/testc.c)]
> 
> 
> 
> 
> }
> 
> 

This syntax works for me.  The logic isn't very complex as it is just a case sensitive string match.

"CharEncodingCheck": {
"IgnoreFiles": ["MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/test/testc.c", "MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/windows/testc.c"]
}

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#56803): https://edk2.groups.io/g/devel/message/56803
Mute This Topic: https://groups.io/mt/72679590/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/edk2-devel-archive/attachments/20200331/0c1edf3a/attachment.htm>


More information about the edk2-devel-archive mailing list