-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from DataDog/cswatt/gobwords
adding gobwords and other cleanup
- Loading branch information
Showing
5 changed files
with
209 additions
and
92 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
extends: substitution | ||
message: "Use %s (the former, to refer to Datadog's mechanism for applying integration configurations to containers; the latter, to refer to automatic discovery IN GENERAL) instead of '%s'." | ||
link: 'https://github.com/DataDog/documentation/blob/master/CONTRIBUTING.md#words-and-phrases' | ||
ignorecase: false | ||
level: warning | ||
action: | ||
name: replace | ||
swap: | ||
- (?:autodiscovery|auto-discovery|Auto-discovery) : Autodiscovery|automatic detection | ||
- (?:autodiscover|auto-discover|Auto-discover): Autodiscover|automatically detect | ||
- (?:autodiscovered|auto-discovered|Auto-discovered): Autodiscovered|automatically detected |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
extends: existence | ||
message: "Format times as 'HOUR:MINUTE a.m.' or HOUR:MINUTE p.m.' instead of '%s'." | ||
link: "https://datadoghq.atlassian.net/wiki/spaces/WRIT/pages/2732523547/Style+guide#%s" | ||
level: warning | ||
nonword: true | ||
tokens: | ||
- (1[012]|[1-9]):[0-5][0-9] (A\.M\.|P\.M\.) | ||
- (1[012]|[1-9]):[0-5][0-9] (?i)(a\.m[^\.]|p\.m[^\.]) | ||
- (1[012]|[1-9]):[0-5][0-9][ ]?(?i)(am|pm) |
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