-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jack Baldry <[email protected]>
- Loading branch information
Showing
9 changed files
with
92 additions
and
99 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
"action": | ||
"name": "edit" | ||
"params": | ||
- "remove" | ||
- "trim" | ||
- " " | ||
"extends": "existence" | ||
"level": "error" | ||
|
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,7 +1,7 @@ | ||
"action": | ||
"name": "edit" | ||
"params": | ||
- "remove" | ||
- "trim_right" | ||
- "." | ||
"extends": "existence" | ||
"level": "warning" | ||
|
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,7 +1,7 @@ | ||
"action": | ||
"name": "edit" | ||
"params": | ||
- "remove" | ||
- "trim_right" | ||
- "(s)" | ||
"extends": "existence" | ||
"level": "error" | ||
|
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,47 +1,48 @@ | ||
std.prune({ | ||
'Grafana/styles/Grafana/GrafanaGoogleAMPM.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/AMPM.yml')), | ||
// Replaced by Grafana/styles/GrafanaAcronyms.yml. | ||
'Grafana/styles/Grafana/GrafanaGoogleAcronyms.yml': null, | ||
'Grafana/styles/Grafana/GoogleAMPM.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/AMPM.yml')), | ||
// Replaced by Grafana/Acronyms.yml. | ||
'Grafana/styles/Grafana/GoogleAcronyms.yml': null, | ||
// Not sure that this is that useful. | ||
'Grafana/styles/Grafana/GrafanaGoogleColons.yml': null, | ||
'Grafana/styles/Grafana/GrafanaGoogleContractions.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Contractions.yml')), | ||
'Grafana/styles/Grafana/GrafanaGoogleDateFormat.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/DateFormat.yml')), | ||
'Grafana/styles/Grafana/GrafanaGoogleEllipses.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Ellipses.yml')), | ||
// Replaced by Grafana/styles/GrafanaExclamation.yml. | ||
'Grafana/styles/Grafana/GrafanaGoogleExclamation.yml': null, | ||
'Grafana/styles/Grafana/GrafanaGoogleFirstPerson.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/FirstPerson.yml')), | ||
'Grafana/styles/Grafana/GrafanaGoogleGender.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Gender.yml')), | ||
'Grafana/styles/Grafana/GrafanaGoogleGenderBias.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/GenderBias.yml')), | ||
'Grafana/styles/Grafana/GrafanaGoogleHeadingPunctuation.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/HeadingPunctuation.yml')), | ||
// Replaced by Grafana/styles/GrafanaHeadings.yml. | ||
'Grafana/styles/Grafana/GrafanaGoogleHeadings.yml': null, | ||
// Replaced by Grafana/styles/GrafanaLatin.yml. | ||
'Grafana/styles/Grafana/GrafanaGoogleLatin.yml': null, | ||
'Grafana/styles/Grafana/GrafanaGoogleLyHyphens.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/LyHyphens.yml')), | ||
'Grafana/styles/Grafana/GrafanaGoogleOptionalPlurals.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/OptionalPlurals.yml')), | ||
// Replaced by Grafana/styles/GrafanaOrdinal.yml. | ||
'Grafana/styles/Grafana/GrafanaGoogleOrdinal.yml': null, | ||
'Grafana/styles/Grafana/GrafanaGoogleOxfordComma.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/OxfordComma.yml') { level: 'suggestion' }), | ||
// Replaced by Grafana/styles/GrafanaParentheses.yml. | ||
'Grafana/styles/Grafana/GrafanaGoogleParens.yml': null, | ||
'Grafana/styles/Grafana/GrafanaGooglePassive.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Passive.yml')), | ||
'Grafana/styles/Grafana/GrafanaGooglePeriods.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Periods.yml')), | ||
'Grafana/styles/Grafana/GoogleColons.yml': null, | ||
'Grafana/styles/Grafana/GoogleContractions.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Contractions.yml')), | ||
'Grafana/styles/Grafana/GoogleDateFormat.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/DateFormat.yml')), | ||
'Grafana/styles/Grafana/GoogleEllipses.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Ellipses.yml')), | ||
'Grafana/styles/Grafana/GoogleEmDash.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/EmDash.yml')), | ||
// Replaced by Grafana/Exclamation.yml. | ||
'Grafana/styles/Grafana/GoogleExclamation.yml': null, | ||
'Grafana/styles/Grafana/GoogleFirstPerson.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/FirstPerson.yml')), | ||
'Grafana/styles/Grafana/GoogleGender.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Gender.yml')), | ||
'Grafana/styles/Grafana/GoogleGenderBias.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/GenderBias.yml')), | ||
'Grafana/styles/Grafana/GoogleHeadingPunctuation.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/HeadingPunctuation.yml')), | ||
// Replaced by Grafana/Headings.yml. | ||
'Grafana/styles/Grafana/GoogleHeadings.yml': null, | ||
// Replaced by Grafana/Latin.yml. | ||
'Grafana/styles/Grafana/GoogleLatin.yml': null, | ||
'Grafana/styles/Grafana/GoogleLyHyphens.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/LyHyphens.yml')), | ||
'Grafana/styles/Grafana/GoogleOptionalPlurals.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/OptionalPlurals.yml')), | ||
// Replaced by Grafana/Ordinal.yml. | ||
'Grafana/styles/Grafana/GoogleOrdinal.yml': null, | ||
'Grafana/styles/Grafana/GoogleOxfordComma.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/OxfordComma.yml') { level: 'suggestion' }), | ||
// Replaced by Grafana/Parentheses.yml. | ||
'Grafana/styles/Grafana/GoogleParens.yml': null, | ||
'Grafana/styles/Grafana/GooglePassive.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Passive.yml')), | ||
'Grafana/styles/Grafana/GooglePeriods.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Periods.yml')), | ||
// Google.Quotes more often a false positive for usage. | ||
'Grafana/styles/Grafana/GrafanaGoogleQuotes.yml': null, | ||
'Grafana/styles/Grafana/GrafanaGoogleRanges.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Ranges.yml')), | ||
'Grafana/styles/Grafana/GrafanaGoogleSemicolons.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Semicolons.yml')), | ||
'Grafana/styles/Grafana/GrafanaGoogleSlang.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Slang.yml')), | ||
'Grafana/styles/Grafana/GrafanaGoogleSpacing.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Spacing.yml')), | ||
'Grafana/styles/Grafana/GrafanaGoogleSpelling.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Spelling.yml')), | ||
'Grafana/styles/Grafana/GoogleQuotes.yml': null, | ||
'Grafana/styles/Grafana/GoogleRanges.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Ranges.yml')), | ||
'Grafana/styles/Grafana/GoogleSemicolons.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Semicolons.yml')), | ||
'Grafana/styles/Grafana/GoogleSlang.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Slang.yml')), | ||
'Grafana/styles/Grafana/GoogleSpacing.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Spacing.yml')), | ||
'Grafana/styles/Grafana/GoogleSpelling.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Spelling.yml')), | ||
// More often than not, we need to be consistent with Prometheus units or units used Grafana UI which are not represented in the form encouraged by SI. | ||
'Grafana/styles/Grafana/GrafanaGoogleUnits.yml': null, | ||
// Replaced by Grafana/styles/GrafanaWe.yml. | ||
'Grafana/styles/Grafana/GrafanaGoogleWe.yml': null, | ||
'Grafana/styles/Grafana/GrafanaGoogleWill.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Will.yml') { | ||
'Grafana/styles/Grafana/GoogleUnits.yml': null, | ||
// Replaced by Grafana/We.yml. | ||
'Grafana/styles/Grafana/GoogleWe.yml': null, | ||
'Grafana/styles/Grafana/GoogleWill.yml': std.manifestYamlDoc(std.parseYaml(importstr 'Google/Will.yml') { | ||
message: super.message + '\n\n' + ||| | ||
Use present tense for statements that describe general behavior that's not associated with a particular time. | ||
|||, | ||
}), | ||
// Replaced by Grafana/styles/GrafanaWordList.yml. | ||
'Grafana/styles/Grafana/GrafanaGoogleWordList.yml': null, | ||
// Replaced by Grafana/WordList.yml. | ||
'Grafana/styles/Grafana/GoogleWordList.yml': null, | ||
}) |