We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a24c0 commit 19833caCopy full SHA for 19833ca
.cspell.yml
@@ -10,19 +10,19 @@ import:
10
caseSensitive: true
11
ignorePaths:
12
- '*.svg'
13
- - content/ja
14
- - content/zh
+ - content/{ja,zh}
15
- data/community/members.yaml
+ - data/ecosystem/vendors.yaml
16
+ - public/_redirects
17
- static/refcache.json
- - vendors.yaml
18
patterns:
19
- name: CodeBlock
20
pattern: |
21
/
22
^(\s*[~`]{3,}) # code-block start
23
.* # all languages and options, e.g. shell {hl_lines=[12]}
24
[\s\S]*? # content
25
- \1 # code-block end
+ \1 # code-block end - cSpell:disable-next-line
26
/igmx
27
languageSettings:
28
- languageId: markdown
@@ -58,6 +58,6 @@ dictionaries:
58
words: # Valid words across all locales
59
- Docsy
60
- htmltest
61
- # Hugo
62
- jsonify
+ - opentelemetrybot
63
- warnf
0 commit comments