]> git.proxmox.com Git - mirror_edk2.git/commit
.pytool/Plugin: Add a plugin EccCheck
authorShenglei Zhang <shenglei.zhang@intel.com>
Thu, 18 Jun 2020 10:52:58 +0000 (18:52 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 17 Aug 2020 03:28:09 +0000 (03:28 +0000)
commitfbc9cb4c8b4fc7c6aa63f47eae33d7c9849bf6e0
treed9cb211b6e192f0f5af1edf4b960c44f88d6c21b
parent57e7b66ab9dec63f9878167387e1d725391ca1b3
.pytool/Plugin: Add a plugin EccCheck

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2606
EccCheck is a plugin to report Ecc issues for code in pull request
, which will be run on open ci.
But note not each kind of issue could be reported out.
It can only handle the issues, whose line number in CSV report
accurately map with their code in source code files. And Ecc issues
about comments can also be handled.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
.pytool/Plugin/EccCheck/EccCheck.py [new file with mode: 0644]
.pytool/Plugin/EccCheck/EccCheck_plug_in.yaml [new file with mode: 0644]
.pytool/Plugin/EccCheck/Readme.md [new file with mode: 0644]