-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
extends: existence | ||
message: "Put a nonbreaking space between the number and the unit in '%s'." | ||
link: 'https://developers.google.com/style/units-of-measure' | ||
link: "https://developers.google.com/style/units-of-measure" | ||
nonword: true | ||
level: error | ||
tokens: | ||
- \d+(?:B|kB|MB|GB|TB) | ||
- \d+(?:ns|ms|s|min|h|d) | ||
- \b\d+(?:B|kB|MB|GB|TB) | ||
- \b\d+(?:ns|ms|s|min|h|d) |
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 |
---|---|---|
|
@@ -4,3 +4,5 @@ Cook on high for three minutes. | |
|
||
I have a 64GB. | ||
I can hold my breath for 30s. | ||
|
||
This is a sentence with B2B in it. |