From 39e3a3a913abead2361c530eab13e40b47e09621 Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Fri, 9 May 2025 10:59:11 -0700 Subject: [PATCH] Vale: Set LyHyphens to error Signed-off-by: Lynette Miles --- CONTRIBUTING.md | 1 + pipeline/outputs/azure_kusto.md | 5 ++--- vale-styles/FluentBit/LyHyphens.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6dec9e840..bcc8c0e40 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -132,6 +132,7 @@ The following tests are at a `error` level and will prevent merging: - [Emdash](https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml) - [Endash](https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml) - [Exclamation](https://github.com/errata-ai/Google/blob/master/Google/Exclamation.yml) +- [LyHyphens](https://developers.google.com/style/hyphens) - [NonStandardQuotes](https://github.com/fluent/fluent-bit-docs/blob/master/vale-styles/FluentBit/NonStandardQuotes.yml): [Use standard quotes](https://developers.google.com/style/quotation-marks#straight-and-curly-quotation-marks). By default, Google Docs and Microsoft Word turn standard straight quotes into "smart" diff --git a/pipeline/outputs/azure_kusto.md b/pipeline/outputs/azure_kusto.md index 46e0dbfc3..361e4a2cc 100644 --- a/pipeline/outputs/azure_kusto.md +++ b/pipeline/outputs/azure_kusto.md @@ -11,7 +11,7 @@ The Kusto output plugin allows to ingest your logs into an [Azure Data Explorer] You can create an Azure Data Explorer cluster in one of the following ways: - [Create a free-tier cluster](https://dataexplorer.azure.com/freecluster) -- [Create a fully-featured cluster](https://docs.microsoft.com/en-us/azure/data-explorer/create-cluster-database-portal) +- [Create a fully featured cluster](https://docs.microsoft.com/en-us/azure/data-explorer/create-cluster-database-portal) ## For ingesting into Microsoft Fabric Real Time Analytics : Creating an Eventhouse Cluster and KQL Database @@ -20,7 +20,6 @@ You can create an Eventhouse cluster and a KQL database follow the following ste - [Create an Eventhouse cluster](https://docs.microsoft.com/en-us/azure/data-explorer/eventhouse/create-eventhouse-cluster) - [Create a KQL database](https://docs.microsoft.com/en-us/azure/data-explorer/eventhouse/create-database) - ## Creating an Azure Registered Application 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 | time_key | The key name of time. If `include_time_key` is false, This property is ignored. | `timestamp` | | ingestion_endpoint_connect_timeout | The connection timeout of various Kusto endpoints in seconds. | `60` | | compression_enabled | If enabled, sends compressed HTTP payload (gzip) to Kusto. | `true` | -| ingestion_resources_refresh_interval | The ingestion resources refresh interval of Kusto endpoint in seconds. +| ingestion_resources_refresh_interval | The ingestion resources refresh interval of Kusto endpoint in seconds. | workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` | | buffering_enabled | _Optional_ - Enable buffering into disk before ingesting into Azure Kusto. | `Off` | | buffer_dir | _Optional_ - When buffering is `On`, specifies the location of directory where the buffered data will be stored. | `/tmp/fluent-bit/azure-kusto/` | diff --git a/vale-styles/FluentBit/LyHyphens.yml b/vale-styles/FluentBit/LyHyphens.yml index 97e092a33..ac8f557a4 100644 --- a/vale-styles/FluentBit/LyHyphens.yml +++ b/vale-styles/FluentBit/LyHyphens.yml @@ -1,7 +1,7 @@ extends: existence message: "'%s' doesn't need a hyphen." link: 'https://developers.google.com/style/hyphens' -level: suggestion +level: error ignorecase: false nonword: true action: @@ -11,4 +11,4 @@ action: - '-' - ' ' tokens: - - '\s[^\s-]+ly-' \ No newline at end of file + - '\s[^\s-]+ly-'