mirror of https://github.com/acidanthera/audk.git
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 <ardb@kernel.org> Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Rebecca Cran <rebecca@quicinc.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
cdb80a281f
commit
34969dd260
|
@ -87,7 +87,7 @@
|
||||||
|
|
||||||
## options defined .pytool/Plugin/SpellCheck
|
## options defined .pytool/Plugin/SpellCheck
|
||||||
"SpellCheck": {
|
"SpellCheck": {
|
||||||
"AuditOnly": False,
|
"AuditOnly": True,
|
||||||
"IgnoreFiles": [
|
"IgnoreFiles": [
|
||||||
"Library/ArmSoftFloatLib/berkeley-softfloat-3/**"
|
"Library/ArmSoftFloatLib/berkeley-softfloat-3/**"
|
||||||
], # use gitignore syntax to ignore errors
|
], # use gitignore syntax to ignore errors
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
|
|
||||||
## options defined .pytool/Plugin/SpellCheck
|
## options defined .pytool/Plugin/SpellCheck
|
||||||
"SpellCheck": {
|
"SpellCheck": {
|
||||||
"AuditOnly": False, # Fails right now with over 270 errors
|
"AuditOnly": True,
|
||||||
"IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
|
"IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
|
||||||
"ExtendWords": [
|
"ExtendWords": [
|
||||||
"acpiview",
|
"acpiview",
|
||||||
|
|
Loading…
Reference in New Issue