Skip to content

Commit

Permalink
ArmPlatformPkg: SpellCheck: Switch spellcheck CI to AuditOnly
Browse files Browse the repository at this point in the history
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3445

Spellcheck was not covering all specified files due to CSpell v5 and
Node v10 incompatibility of current CI pipeline configuration.

This change switches the spellcheck for ArmPlatformPkg to AuditOnly to
avoid potentially numerous spell errors. The correction action is to be
revisited by package maintainers once the tool incompatibility is
resolved.

Cc: Leif Lindholm <[email protected]>
Cc: Ard Biesheuvel <[email protected]>

Signed-off-by: Sean Brogan <[email protected]>
Signed-off-by: Kun Qin <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>
  • Loading branch information
spbrogan authored and mergify[bot] committed Jun 16, 2021
1 parent 9cf9de6 commit 610385f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArmPlatformPkg/ArmPlatformPkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

## options defined .pytool/Plugin/SpellCheck
"SpellCheck": {
"AuditOnly": False,
"AuditOnly": True,
"IgnoreFiles": [], # use gitignore syntax to ignore errors
# in matching files
"ExtendWords": [
Expand Down

0 comments on commit 610385f

Please sign in to comment.