Skip to content

Commit

Permalink
Added MbedTLS to exclusion for Markdown Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlautner committed Jan 19, 2024
1 parent abe2eba commit 0f61524
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CryptoPkg/CryptoPkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@
"MarkdownLintCheck": {
"AuditOnly": False, # If True, log all errors and then mark as skipped
"IgnoreFiles": [
"Library/OpensslLib/openssl"
"Library/OpensslLib/openssl",
"Library/OpensslLib/OpensslGen",
"Library/MbedTlsLib/mbedtls"
] # package root relative file, folder, or glob pattern to ignore
},

Expand Down

0 comments on commit 0f61524

Please sign in to comment.