]> git.proxmox.com Git - mirror_edk2.git/commit - .pytool/Plugin/SpellCheck/SpellCheck.py
.pytool/Plugin: Add CI plugins
authorSean Brogan <sean.brogan@microsoft.com>
Fri, 18 Oct 2019 04:40:58 +0000 (21:40 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Mon, 11 Nov 2019 21:02:03 +0000 (13:02 -0800)
commit9da7846c880ead64239f68157849e41a521a31fa
tree834a115939d3316a87cdfff162f1617d2fd07f7f
parentde4ce46d6e5979f734b8f1063b9d3bdc0431bf21
.pytool/Plugin: Add CI plugins

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

Add .pytool directory to the edk2 repository with the
following plugins.  These plugins are in a top level
directory because that can be used with all packages
and platforms.

* CharEncodingCheck
* CompilerPlugin
* DependencyCheck
* DscCompleteCheck
* GuidCheck
* LibraryClassCheck
* SpellCheck

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
22 files changed:
.pytool/Plugin/CharEncodingCheck/CharEncodingCheck.py [new file with mode: 0644]
.pytool/Plugin/CharEncodingCheck/CharEncodingCheck_plug_in.yaml [new file with mode: 0644]
.pytool/Plugin/CharEncodingCheck/Readme.md [new file with mode: 0644]
.pytool/Plugin/CompilerPlugin/CompilerPlugin.py [new file with mode: 0644]
.pytool/Plugin/CompilerPlugin/Compiler_plug_in.yaml [new file with mode: 0644]
.pytool/Plugin/CompilerPlugin/Readme.md [new file with mode: 0644]
.pytool/Plugin/DependencyCheck/DependencyCheck.py [new file with mode: 0644]
.pytool/Plugin/DependencyCheck/DependencyCheck_plug_in.yaml [new file with mode: 0644]
.pytool/Plugin/DependencyCheck/Readme.md [new file with mode: 0644]
.pytool/Plugin/DscCompleteCheck/DscCompleteCheck.py [new file with mode: 0644]
.pytool/Plugin/DscCompleteCheck/DscCompleteCheck_plug_in.yaml [new file with mode: 0644]
.pytool/Plugin/DscCompleteCheck/Readme.md [new file with mode: 0644]
.pytool/Plugin/GuidCheck/GuidCheck.py [new file with mode: 0644]
.pytool/Plugin/GuidCheck/GuidCheck_plug_in.yaml [new file with mode: 0644]
.pytool/Plugin/GuidCheck/Readme.md [new file with mode: 0644]
.pytool/Plugin/LibraryClassCheck/LibraryClassCheck.py [new file with mode: 0644]
.pytool/Plugin/LibraryClassCheck/LibraryClassCheck_plug_in.yaml [new file with mode: 0644]
.pytool/Plugin/LibraryClassCheck/Readme.md [new file with mode: 0644]
.pytool/Plugin/SpellCheck/Readme.md [new file with mode: 0644]
.pytool/Plugin/SpellCheck/SpellCheck.py [new file with mode: 0644]
.pytool/Plugin/SpellCheck/SpellCheck_plug_in.yaml [new file with mode: 0644]
.pytool/Plugin/SpellCheck/cspell.base.yaml [new file with mode: 0644]