Skip to content

Commit 9392480

Browse files
committed
Add scope: raw to RepeatedSpace.yml to fix incorrect flagging of attributes in running text
1 parent 71e781a commit 9392480

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
extends: existence
2-
message: "Did you mean to add two spaces?"
2+
message: "Did you mean to add extra spaces?"
33
level: error
44
nonword: true
5+
scope: raw
56
raw:
6-
- ' {2,}'
7+
- ' {2,}'

0 commit comments

Comments
 (0)