Skip to content

Commit fa0b079

Browse files
authored
Merge pull request #1640 from fluent/lynettemiles/sc-135431/set-lyhyphen-vale-test-to-error-for-fluent
2 parents 782579f + 39e3a3a commit fa0b079

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ The following tests are at a `error` level and will prevent merging:
132132
- [Emdash](https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml)
133133
- [Endash](https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml)
134134
- [Exclamation](https://github.com/errata-ai/Google/blob/master/Google/Exclamation.yml)
135+
- [LyHyphens](https://developers.google.com/style/hyphens)
135136
- [NonStandardQuotes](https://github.com/fluent/fluent-bit-docs/blob/master/vale-styles/FluentBit/NonStandardQuotes.yml):
136137
[Use standard quotes](https://developers.google.com/style/quotation-marks#straight-and-curly-quotation-marks).
137138
By default, Google Docs and Microsoft Word turn standard straight quotes into "smart"

pipeline/outputs/azure_kusto.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Kusto output plugin allows to ingest your logs into an [Azure Data Explorer]
1111
You can create an Azure Data Explorer cluster in one of the following ways:
1212

1313
- [Create a free-tier cluster](https://dataexplorer.azure.com/freecluster)
14-
- [Create a fully-featured cluster](https://docs.microsoft.com/en-us/azure/data-explorer/create-cluster-database-portal)
14+
- [Create a fully featured cluster](https://docs.microsoft.com/en-us/azure/data-explorer/create-cluster-database-portal)
1515

1616
## For ingesting into Microsoft Fabric Real Time Analytics : Creating an Eventhouse Cluster and KQL Database
1717

@@ -20,7 +20,6 @@ You can create an Eventhouse cluster and a KQL database follow the following ste
2020
- [Create an Eventhouse cluster](https://docs.microsoft.com/en-us/azure/data-explorer/eventhouse/create-eventhouse-cluster)
2121
- [Create a KQL database](https://docs.microsoft.com/en-us/azure/data-explorer/eventhouse/create-database)
2222

23-
2423
## Creating an Azure Registered Application
2524

2625
Fluent-Bit will use the application's credentials, to ingest data into your cluster.
@@ -66,7 +65,7 @@ By default, Kusto will insert incoming ingestions into a table by inferring the
6665
| time_key | The key name of time. If `include_time_key` is false, This property is ignored. | `timestamp` |
6766
| ingestion_endpoint_connect_timeout | The connection timeout of various Kusto endpoints in seconds. | `60` |
6867
| compression_enabled | If enabled, sends compressed HTTP payload (gzip) to Kusto. | `true` |
69-
| ingestion_resources_refresh_interval | The ingestion resources refresh interval of Kusto endpoint in seconds.
68+
| ingestion_resources_refresh_interval | The ingestion resources refresh interval of Kusto endpoint in seconds.
7069
| workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |
7170
| buffering_enabled | _Optional_ - Enable buffering into disk before ingesting into Azure Kusto. | `Off` |
7271
| buffer_dir | _Optional_ - When buffering is `On`, specifies the location of directory where the buffered data will be stored. | `/tmp/fluent-bit/azure-kusto/` |

vale-styles/FluentBit/LyHyphens.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extends: existence
22
message: "'%s' doesn't need a hyphen."
33
link: 'https://developers.google.com/style/hyphens'
4-
level: suggestion
4+
level: error
55
ignorecase: false
66
nonword: true
77
action:
@@ -11,4 +11,4 @@ action:
1111
- '-'
1212
- ' '
1313
tokens:
14-
- '\s[^\s-]+ly-'
14+
- '\s[^\s-]+ly-'

0 commit comments

Comments
 (0)