Skip to content

Commit 34969dd

Browse files
ardbiesheuvelmergify[bot]
authored andcommitted
ArmPkg, ArmVirtPkg: put SpellCheck in AuditOnly mode
Don't allow spelling errors to break the CI build and inadvertently reject pull requests - spelling is important but not that important. Signed-off-by: Ard Biesheuvel <[email protected]> Reviewed-by: Michael Kubacki <[email protected]> Reviewed-by: Rebecca Cran <[email protected]> Reviewed-by: Sami Mujawar <[email protected]>
1 parent cdb80a2 commit 34969dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ArmPkg/ArmPkg.ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
## options defined .pytool/Plugin/SpellCheck
8989
"SpellCheck": {
90-
"AuditOnly": False,
90+
"AuditOnly": True,
9191
"IgnoreFiles": [
9292
"Library/ArmSoftFloatLib/berkeley-softfloat-3/**"
9393
], # use gitignore syntax to ignore errors

ArmVirtPkg/ArmVirtPkg.ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
## options defined .pytool/Plugin/SpellCheck
9898
"SpellCheck": {
99-
"AuditOnly": False, # Fails right now with over 270 errors
99+
"AuditOnly": True,
100100
"IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
101101
"ExtendWords": [
102102
"acpiview",

0 commit comments

Comments
 (0)