Skip to content

Commit 19833ca

Browse files
authored
[CI] cSpell config tweak (open-telemetry#6547)
1 parent 23a24c0 commit 19833ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.cspell.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ import:
1010
caseSensitive: true
1111
ignorePaths:
1212
- '*.svg'
13-
- content/ja
14-
- content/zh
13+
- content/{ja,zh}
1514
- data/community/members.yaml
15+
- data/ecosystem/vendors.yaml
16+
- public/_redirects
1617
- static/refcache.json
17-
- vendors.yaml
1818
patterns:
1919
- name: CodeBlock
2020
pattern: |
2121
/
2222
^(\s*[~`]{3,}) # code-block start
2323
.* # all languages and options, e.g. shell {hl_lines=[12]}
2424
[\s\S]*? # content
25-
\1 # code-block end
25+
\1 # code-block end - cSpell:disable-next-line
2626
/igmx
2727
languageSettings:
2828
- languageId: markdown
@@ -58,6 +58,6 @@ dictionaries:
5858
words: # Valid words across all locales
5959
- Docsy
6060
- htmltest
61-
# Hugo
6261
- jsonify
62+
- opentelemetrybot
6363
- warnf

0 commit comments

Comments
 (0)