Skip to content

Commit aa217df

Browse files
authored
Merge pull request #72 from Vale-at-Red-Hat/themr0c-patch-1
2 parents 130455a + a7d14e1 commit aa217df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/contributor-guide/partials/proc_extending-the-spelling-rule.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,14 @@ When the word is too specific to benefit to other projects, consider xref:end-us
1919

2020
.Procedure
2121

22-
. Edit the `.vale/styles/RedHat/Spelling.yml` file and add the missing word. Ensure the entry is valid regular expression.
22+
. Edit the `.vale/styles/RedHat/Spelling.yml` file and add the missing word to the `filters` list. A `filter is a case-sensitive regular expression specifying words to ignore during spell checking.
2323
+
2424
.Excerpt of the *Spelling* rule
2525
[source,yaml]
2626
----
2727
extends: spelling
2828
message: "Did you really mean '%s'?"
2929
level: error
30-
# A "filter" is a case-sensitive regular expression specifying words
31-
# to ignore during spell checking.
3230
filters:
3331
- '\.NET'
3432
- 'Dev Workspace'

0 commit comments

Comments
 (0)