diff options
| author | Michael Kubacki <michael.kubacki@microsoft.com> | 2026-07-21 20:42:07 -0400 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2026-07-29 12:32:09 +0000 |
| commit | df9111c2d381546ff23cdf327546ad49f51ce779 (patch) | |
| tree | ab66838950d47d8ba66dfd0bf06d35b3a1a4f6a0 /ArmVirtPkg | |
| parent | ac0777f893bc96d456b153e1594adaefa7de9605 (diff) | |
| download | edk2-df9111c2d381546ff23cdf327546ad49f51ce779.tar.gz edk2-df9111c2d381546ff23cdf327546ad49f51ce779.zip | |
Global: Set MarkdownLintCheck plugin to AuditOnly
In preparation for the MarkdownLintCheck plugin being added to the
repo, this change defaults the plugin to `AuditOnly` mode in each
package. This allows package maintainers to enable the plugin as they
see fit.
Continuous-integration-options: PatchCheck.ignore-multi-package
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Diffstat (limited to 'ArmVirtPkg')
| -rw-r--r-- | ArmVirtPkg/ArmVirtPkg.ci.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml index 21cb190014..1927085467 100644 --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml @@ -134,5 +134,11 @@ # Reason: Expansion of macro that contains a print specifier.
"FMT_CM_OBJECT_ID": "0x%lx"
}
+ },
+
+ ## options defined .pytool/Plugin/MarkdownLintCheck
+ "MarkdownLintCheck": {
+ "AuditOnly": True, # If True, log all errors and then mark as skipped
+ "IgnoreFiles": [] # package root relative file, folder, or glob pattern to ignore
}
}
|
