From 9b851bafd75678e878b66e04c7698709397be38c Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 14 Mar 2025 10:26:48 -0400 Subject: [PATCH] [CI] cSpell config tweak --- .cspell.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.cspell.yml b/.cspell.yml index ccbc97b343cd..a8049a4449a8 100644 --- a/.cspell.yml +++ b/.cspell.yml @@ -10,11 +10,11 @@ import: caseSensitive: true ignorePaths: - '*.svg' - - content/ja - - content/zh + - content/{ja,zh} - data/community/members.yaml + - data/ecosystem/vendors.yaml + - public/_redirects - static/refcache.json - - vendors.yaml patterns: - name: CodeBlock pattern: | @@ -22,7 +22,7 @@ patterns: ^(\s*[~`]{3,}) # code-block start .* # all languages and options, e.g. shell {hl_lines=[12]} [\s\S]*? # content - \1 # code-block end + \1 # code-block end - cSpell:disable-next-line /igmx languageSettings: - languageId: markdown @@ -58,6 +58,6 @@ dictionaries: words: # Valid words across all locales - Docsy - htmltest - # Hugo - jsonify + - opentelemetrybot - warnf