Commit 19833ca 1 parent 23a24c0 commit 19833ca Copy full SHA for 19833ca
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ import:
10
10
caseSensitive : true
11
11
ignorePaths :
12
12
- ' *.svg'
13
- - content/ja
14
- - content/zh
13
+ - content/{ja,zh}
15
14
- data/community/members.yaml
15
+ - data/ecosystem/vendors.yaml
16
+ - public/_redirects
16
17
- static/refcache.json
17
- - vendors.yaml
18
18
patterns :
19
19
- name : CodeBlock
20
20
pattern : |
21
21
/
22
22
^(\s*[~`]{3,}) # code-block start
23
23
.* # all languages and options, e.g. shell {hl_lines=[12]}
24
24
[\s\S]*? # content
25
- \1 # code-block end
25
+ \1 # code-block end - cSpell:disable-next-line
26
26
/igmx
27
27
languageSettings :
28
28
- languageId : markdown
@@ -58,6 +58,6 @@ dictionaries:
58
58
words : # Valid words across all locales
59
59
- Docsy
60
60
- htmltest
61
- # Hugo
62
61
- jsonify
62
+ - opentelemetrybot
63
63
- warnf
You can’t perform that action at this time.
0 commit comments