Remove adverbs of time rule (#6323)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
cd87def8ae
commit
6c0e32fe03
|
@ -1,8 +0,0 @@
|
|||
extends: existence
|
||||
message: "Don't use a comma after single-word adverbs of time at the beginning of a sentence in '%s'."
|
||||
link: https://github.com/opensearch-project/documentation-website/blob/main/STYLE_GUIDE.md#punctuation-and-capitalization
|
||||
level: error
|
||||
ignorecase: false
|
||||
nonword: true
|
||||
tokens:
|
||||
- '(?:(^|\s)(Then|Afterward|Later|Subsequently)),'
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
This sentence tests Advanced Placement (AP). We should define AP before using.
|
||||
|
||||
Then this sentence tests adverbs of time.
|
||||
|
||||
This sentence tests cybersecurity.
|
||||
|
||||
This sentence tests dash---spacing.
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
This sentence tests AP. AP should be defined before using.
|
||||
|
||||
Then, this sentence tests adverbs of time.
|
||||
|
||||
This sentence tests cyber security.
|
||||
|
||||
This sentence tests dash --- spacing.
|
||||
|
|
Loading…
Reference in New Issue