Reviewed-by: Jiewen Yao <jiewen....@intel.com> > -----Original Message----- > From: Li, Yi1 <yi1...@intel.com> > Sent: Monday, May 9, 2022 11:19 AM > To: devel@edk2.groups.io > Cc: Li, Yi1 <yi1...@intel.com>; Gerd Hoffmann <kra...@redhat.com>; Yao, > Jiewen <jiewen....@intel.com>; Wang, Jian J <jian.j.w...@intel.com>; Lu, > Xiaoyu1 <xiaoyu1...@intel.com>; Jiang, Guomin <guomin.ji...@intel.com> > Subject: [PATCH 2/3] CryptoPkg/openssl: disable codestyle checks for generated > files > > Files generated by process_files.pl from openssl sources should not be checked > for edk2 code style. > > Signed-off-by: Gerd Hoffmann <kra...@redhat.com> > Signed-off-by: Yi Li <yi1...@intel.com> > Cc: Jiewen Yao <jiewen....@intel.com> > Cc: Jian J Wang <jian.j.w...@intel.com> > Cc: Xiaoyu Lu <xiaoyu1...@intel.com> > Cc: Guomin Jiang <guomin.ji...@intel.com> > --- > CryptoPkg/CryptoPkg.ci.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/CryptoPkg/CryptoPkg.ci.yaml b/CryptoPkg/CryptoPkg.ci.yaml > index 396ca93dbe49..09fba0bcc685 100644 > --- a/CryptoPkg/CryptoPkg.ci.yaml > +++ b/CryptoPkg/CryptoPkg.ci.yaml > @@ -26,6 +26,8 @@ > ## Both file path and directory path are accepted. > "IgnoreFiles": [ > "Library/OpensslLib/openssl", > + "Library/Include/openssl", > + "Library/Include/crypto", > # The unit testing folder is not to be checked > "Test/UnitTest", > # This has OpenSSL interfaces that aren't UEFI spec compliant > @@ -89,5 +91,13 @@ > "ExtendWords": [], # words to extend to the dictionary for > this > package > "IgnoreStandardPaths": [], # Standard Plugin defined paths that > should be > ignore > "AdditionalIncludePaths": [] # Additional paths to spell check > (wildcards > supported) > + }, > + > + # options defined in .pytool/Plugin/UncrustifyCheck > + "UncrustifyCheck": { > + "IgnoreFiles": [ > + "opensslconf.h", > + "dso_conf.h", > + ] > } > } > -- > 2.31.1.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89594): https://edk2.groups.io/g/devel/message/89594 Mute This Topic: https://groups.io/mt/90982454/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-