Skip to content

Commit b543ddc

Browse files
update vale rules
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent a0023a6 commit b543ddc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

vale-styles/FluentBit/Headings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ exceptions:
2424
- Crowdstrike
2525
- cURL
2626
- Datadog
27+
- DNS
2728
- Docker
2829
- DogStatsD
2930
- Elastic Cloud
@@ -63,6 +64,7 @@ exceptions:
6364
- StatsD
6465
- Studio
6566
- Tanzu
67+
- TCP
6668
- Telemetry Pipeline
6769
- Terraform
6870
- TypeScript

vale-styles/FluentBit/Units.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ link: 'https://developers.google.com/style/units-of-measure'
44
nonword: true
55
level: suggestion
66
tokens:
7-
- \d+(?:B|kB|MB|GB|TB)
7+
- \d+(?:B|kB|KB|KiB|MB|MiB|GB|GiB|TB|TiB)
88
- \d+(?:ns|ms|s|min|h|d)
99

1010
exceptions:

0 commit comments

Comments
 (0)