diff options
Diffstat (limited to 'roms/edk2/.pytool/Plugin/SpellCheck/SpellCheck_plug_in.yaml')
-rw-r--r-- | roms/edk2/.pytool/Plugin/SpellCheck/SpellCheck_plug_in.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/edk2/.pytool/Plugin/SpellCheck/SpellCheck_plug_in.yaml b/roms/edk2/.pytool/Plugin/SpellCheck/SpellCheck_plug_in.yaml new file mode 100644 index 000000000..d438199f6 --- /dev/null +++ b/roms/edk2/.pytool/Plugin/SpellCheck/SpellCheck_plug_in.yaml @@ -0,0 +1,11 @@ +## @file
+# CiBuildPlugin used to check spelling
+#
+# Copyright (c) Microsoft Corporation.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+##
+{
+ "scope": "cibuild",
+ "name": "Spell Check Test",
+ "module": "SpellCheck"
+}
|