-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rule): add word boundary for circa and ergo
- Loading branch information
1 parent
01eb17e
commit dc1250c
Showing
4 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
test.md:4:13:Prim.Latin:Avoid latin. Use 'around' or 'about' instead of 'circa'. | ||
test.md:7:20:Prim.Latin:Avoid latin. Use 'for example' instead of 'e.g.,'. | ||
test.md:8:33:Prim.Latin:Avoid latin. Use 'for example' instead of 'eg,'. | ||
test.md:11:38:Prim.Latin:Avoid latin. Use 'therefore' instead of 'ergo'. | ||
test.md:14:8:Prim.Latin:Avoid latin. Use 'and others' instead of 'et al.'. | ||
test.md:17:38:Prim.Latin:Avoid latin. Use 'and other(s)' instead of 'etc.'. | ||
test.md:20:20:Prim.Latin:Avoid latin. Use 'that is' instead of 'i.e.,'. | ||
test.md:21:33:Prim.Latin:Avoid latin. Use 'that is' instead of 'ie,'. | ||
test.md:24:22:Prim.Latin:Avoid latin. Use 'against' instead of 'vs.'. | ||
test.md:27:26:Prim.Latin:Avoid latin. Use 'against' instead of 'versus'. | ||
test.md:30:33:Prim.Latin:Avoid latin. Use 'over' or 'through' instead of 'via'. | ||
test.md:34:31:Prim.Latin:Avoid latin. Use 'namely' instead of 'viz.'. | ||
test.md:8:20:Prim.Latin:Avoid latin. Use 'for example' instead of 'e.g.,'. | ||
test.md:9:33:Prim.Latin:Avoid latin. Use 'for example' instead of 'eg,'. | ||
test.md:12:38:Prim.Latin:Avoid latin. Use 'therefore' instead of 'ergo'. | ||
test.md:16:8:Prim.Latin:Avoid latin. Use 'and others' instead of 'et al.'. | ||
test.md:19:38:Prim.Latin:Avoid latin. Use 'and other(s)' instead of 'etc.'. | ||
test.md:22:20:Prim.Latin:Avoid latin. Use 'that is' instead of 'i.e.,'. | ||
test.md:23:33:Prim.Latin:Avoid latin. Use 'that is' instead of 'ie,'. | ||
test.md:26:22:Prim.Latin:Avoid latin. Use 'against' instead of 'vs.'. | ||
test.md:29:26:Prim.Latin:Avoid latin. Use 'against' instead of 'versus'. | ||
test.md:32:33:Prim.Latin:Avoid latin. Use 'over' or 'through' instead of 'via'. | ||
test.md:36:31:Prim.Latin:Avoid latin. Use 'namely' instead of 'viz.'. |