Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: dc453b51640f945233a1edb062c0c97f88c21e79
      
https://github.com/tianocore/edk2/commit/dc453b51640f945233a1edb062c0c97f88c21e79
  Author: Michael Kubacki <michael.kuba...@microsoft.com>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    A .pytool/Plugin/UncrustifyCheck/Readme.md
    A .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py
    A .pytool/Plugin/UncrustifyCheck/default_file_header.txt
    A .pytool/Plugin/UncrustifyCheck/default_function_header.txt
    A .pytool/Plugin/UncrustifyCheck/uncrustify.cfg
    A .pytool/Plugin/UncrustifyCheck/uncrustify_ext_dep.yaml
    A .pytool/Plugin/UncrustifyCheck/uncrustify_plug_in.yaml
    M .pytool/Readme.md

  Log Message:
  -----------
  .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3748

Adds a new CI plugin for Uncrustify. This is used to check
coding standard compliance of source code to the EDK II C Coding
Standards Specification.

An external dependency is added in the plugin directory to retrieve
the Uncrustify executable. Currently, the executable is from an edk2
fork of the application host in this repository:

https://dev.azure.com/projectmu/Uncrustify/

Note that the Uncrustify application outputs the commit ID that the
application was built from when given the --version parameter.

This ID can be mapped to the version specified in the Uncrustify CI
plugin external dependency file (uncrustify_ext_dep.yaml) such as
73.0.3 by visiting the Uncrustify edk2 fork release pipeline page
which associates the NuGet package version with the commit ID it was
built from:

https://dev.azure.com/projectmu/Uncrustify/_build

The default Uncrustify configuration files are added in the plugin
directory. Additional details are in the Readme.md file added in
the Uncrustify plugin directory.

Cc: Michael D Kinney <michael.d.kin...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Cc: Sean Brogan <sean.bro...@microsoft.com>
Cc: Bret Barkelew <bret.barke...@microsoft.com>
Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com>
Reviewed-by: Bret Barkelew <bret.barke...@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com>
Tested-by: Michael D Kinney <michael.d.kin...@intel.com>




_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to