-
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.
feat(rule): required alternatives - URL
- Loading branch information
1 parent
fbdd442
commit b268b16
Showing
3 changed files
with
11 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,6 @@ swap: | |
24/7: 24x7 | ||
3\-D: 3D | ||
synch: sync | ||
url: URL | ||
URL for: URL of | ||
an URL: a URL |
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,3 +1,6 @@ | ||
test.md:4:34:compris.RequiredAlternatives:Use '24x7' instead of '24/7'. | ||
test.md:7:27:compris.RequiredAlternatives:Use '3D' instead of '3-D'. | ||
test.md:10:19:compris.RequiredAlternatives:Use 'sync' instead of 'synch'. | ||
test.md:13:17:compris.RequiredAlternatives:Use 'URL' instead of 'url'. | ||
test.md:14:5:compris.RequiredAlternatives:Use 'URL of' instead of 'URL for'. | ||
test.md:15:10:compris.RequiredAlternatives:Use 'a URL' instead of 'an URL'. |