# HG changeset patch
# User Evan Read <eread@gitlab.com>
# Date 1721017769 -36000
#      Mon Jul 15 14:29:29 2024 +1000
# Node ID cc6e12e93717a67bb2b8c96d2b1d3c76ed23b1aa
# Parent  afc6ab8e7b6e54e622f8eefd5e455293aa715e4e
Manually update linting configuration and update Vale version

diff --git a/.tool-versions b/.tool-versions
--- a/.tool-versions
+++ b/.tool-versions
@@ -1,2 +1,2 @@
 ruby 3.1.4
-vale 3.4.2
+vale 3.6.1
diff --git a/doc/.vale/gitlab/SubstitutionWarning.yml b/doc/.vale/gitlab/SubstitutionWarning.yml
--- a/doc/.vale/gitlab/SubstitutionWarning.yml
+++ b/doc/.vale/gitlab/SubstitutionWarning.yml
@@ -49,6 +49,7 @@
   once that: "after that"
   once the: "after the"
   once you: "after you"
+  open telemetry: "OpenTelemetry"
   pack file: packfile
   pack files: packfiles
   pop-up window: "dialog"
diff --git a/doc/.vale/gitlab/Units.yml b/doc/.vale/gitlab/Units.yml
--- a/doc/.vale/gitlab/Units.yml
+++ b/doc/.vale/gitlab/Units.yml
@@ -12,4 +12,4 @@
 ignorecase: true
 tokens:
   - \d+(?:B|kB|KiB|MB|MiB|GB|GiB|TB|TiB)
-  - \d+(?:ns|ms|μs|s|min|h|d)
+  - \d+(?:ns|ms|μs|s|min|h|d)\b
diff --git a/doc/.vale/gitlab/Uppercase.yml b/doc/.vale/gitlab/Uppercase.yml
--- a/doc/.vale/gitlab/Uppercase.yml
+++ b/doc/.vale/gitlab/Uppercase.yml
@@ -207,6 +207,7 @@
   - SDK
   - SELF
   - SEO
+  - SES
   - SFTP
   - SHA
   - SKI
diff --git a/gitlab-ci-config/gitlab-com.yml b/gitlab-ci-config/gitlab-com.yml
--- a/gitlab-ci-config/gitlab-com.yml
+++ b/gitlab-ci-config/gitlab-com.yml
@@ -237,7 +237,7 @@
 
 # Perform content linting on documentation Markdown files
 docs-lint content:
-  image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.4.2-markdownlint2-0.13.0-lychee-0.15.1
+  image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.6.1-markdownlint2-0.13.0-lychee-0.15.1
   stage: check
   cache: {}
   needs: []
@@ -252,7 +252,7 @@
 
 # Perform linting on documentation Markdown files
 docs-lint markdown:
-  image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.4.2-markdownlint2-0.13.0-lychee-0.15.1
+  image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.6.1-markdownlint2-0.13.0-lychee-0.15.1
   stage: check
   cache: {}
   needs: []
@@ -267,7 +267,7 @@
 
 # Perform link checking on documentation Markdown files
 docs-lint links:
-  image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.4.2-markdownlint2-0.13.0-lychee-0.15.1
+  image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.6.1-markdownlint2-0.13.0-lychee-0.15.1
   stage: check
   cache: {}
   needs: []