Skip to content

Commit a2fa842

Browse files
authored
Fix: follow up missing rename in #5600 (#8392)
1 parent d25b10c commit a2fa842

File tree

7 files changed

+26
-27
lines changed

7 files changed

+26
-27
lines changed

cspell.schema.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,11 +1115,11 @@
11151115
"type": "string"
11161116
},
11171117
"dictionaries": {
1118-
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
1118+
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
11191119
"items": {
11201120
"$ref": "#/definitions/DictionaryReference"
11211121
},
1122-
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
1122+
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
11231123
"type": "array"
11241124
},
11251125
"dictionaryDefinitions": {
@@ -1293,11 +1293,11 @@
12931293
"type": "string"
12941294
},
12951295
"dictionaries": {
1296-
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
1296+
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
12971297
"items": {
12981298
"$ref": "#/definitions/DictionaryReference"
12991299
},
1300-
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
1300+
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
13011301
"type": "array"
13021302
},
13031303
"dictionaryDefinitions": {
@@ -1833,11 +1833,11 @@
18331833
"type": "string"
18341834
},
18351835
"dictionaries": {
1836-
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
1836+
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
18371837
"items": {
18381838
"$ref": "#/definitions/DictionaryReference"
18391839
},
1840-
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
1840+
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
18411841
"type": "array"
18421842
},
18431843
"dictionaryDefinitions": {

packages/cspell-eslint-plugin/src/generated/schema.cts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const optionsSchema: Rule.RuleMetaData['schema'] = {
8888
"type": "boolean"
8989
},
9090
"dictionaries": {
91-
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
91+
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
9292
"items": {
9393
"anyOf": [
9494
{
@@ -107,7 +107,7 @@ export const optionsSchema: Rule.RuleMetaData['schema'] = {
107107
"description": "Reference to a dictionary by name. One of:\n- {@link DictionaryRef } \n- {@link DictionaryNegRef }",
108108
"markdownDescription": "Reference to a dictionary by name.\nOne of:\n- {@link DictionaryRef } \n- {@link DictionaryNegRef }"
109109
},
110-
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
110+
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
111111
"type": "array"
112112
},
113113
"dictionaryDefinitions": {

packages/cspell-lib/api/api.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cspell-types/cspell.schema.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,11 +1115,11 @@
11151115
"type": "string"
11161116
},
11171117
"dictionaries": {
1118-
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
1118+
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
11191119
"items": {
11201120
"$ref": "#/definitions/DictionaryReference"
11211121
},
1122-
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
1122+
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
11231123
"type": "array"
11241124
},
11251125
"dictionaryDefinitions": {
@@ -1293,11 +1293,11 @@
12931293
"type": "string"
12941294
},
12951295
"dictionaries": {
1296-
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
1296+
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
12971297
"items": {
12981298
"$ref": "#/definitions/DictionaryReference"
12991299
},
1300-
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
1300+
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
13011301
"type": "array"
13021302
},
13031303
"dictionaryDefinitions": {
@@ -1833,11 +1833,11 @@
18331833
"type": "string"
18341834
},
18351835
"dictionaries": {
1836-
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
1836+
"description": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/) and [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
18371837
"items": {
18381838
"$ref": "#/definitions/DictionaryReference"
18391839
},
1840-
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.",
1840+
"markdownDescription": "Optional list of dictionaries to use. Each entry should match the name of the dictionary.\n\nTo remove a dictionary from the list, add `!` before the name.\n\nFor example, `!typescript` will turn off the dictionary with the name `typescript`.\n\nSee the [Dictionaries](https://cspell.org/docs/dictionaries/)\nand [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.",
18411841
"type": "array"
18421842
},
18431843
"dictionaryDefinitions": {

packages/cspell-types/src/CSpellSettingsDef.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ export interface BaseSetting extends InlineDictionary, ExperimentalBaseSettings,
503503
* For example, `!typescript` will turn off the dictionary with the name `typescript`.
504504
*
505505
* See the [Dictionaries](https://cspell.org/docs/dictionaries/)
506-
* and [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.
506+
* and [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.
507507
*/
508508
dictionaries?: DictionaryReference[];
509509

test-fixtures/perf/cspell-glob/data/file-list.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ docs/docs/case-sensitive.md;5;false
3636
docs/docs/case-sensitive.md;6;false
3737
docs/docs/command-check.md;5;false
3838
docs/docs/command-check.md;6;false
39-
docs/docs/command-trace.md;5;false
40-
docs/docs/command-trace.md;6;false
41-
docs/docs/dictionaries-custom.md;5;false
42-
docs/docs/dictionaries-custom.md;6;false
39+
docs/docs/dictionaries/searching-dictionaries.md;5;false
40+
docs/docs/dictionaries/searching-dictionaries.md;6;false
41+
docs/docs/dictionaries/custom-dictionaries.md;5;false
42+
docs/docs/dictionaries/custom-dictionaries.md;6;false
4343
docs/docs/dictionaries.md;5;false
4444
docs/docs/dictionaries.md;6;false
4545
docs/docs/forbidden-words.md;5;false
@@ -2050,8 +2050,8 @@ docs/configuration/patterns.md;3;false
20502050
docs/configuration/template.md;3;false
20512051
docs/docs/case-sensitive.md;3;false
20522052
docs/docs/command-check.md;3;false
2053-
docs/docs/command-trace.md;3;false
2054-
docs/docs/dictionaries-custom.md;3;false
2053+
docs/docs/dictionaries/searching-dictionaries.md;3;false
2054+
docs/docs/dictionaries/custom-dictionaries.md;3;false
20552055
docs/docs/dictionaries.md;3;false
20562056
docs/docs/forbidden-words.md;3;false
20572057
docs/docs/getting-started.md;3;false

website/docs/Configuration/auto_properties.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ To remove a dictionary from the list, add `!` before the name.
227227
For example, `!typescript` will turn off the dictionary with the name `typescript`.
228228

229229
See the [Dictionaries](https://cspell.org/docs/dictionaries/)
230-
and [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.
230+
and [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.
231231

232232
</dd>
233233

@@ -5486,7 +5486,7 @@ It is expected to match the name of a dictionary.
54865486

54875487
Reference to a dictionary by name.
54885488
One of:
5489-
- [DictionaryRef](#dictionaryref)
5489+
- [DictionaryRef](#dictionaryref)
54905490
- [DictionaryNegRef](#dictionarynegref)
54915491

54925492
</dd>
@@ -6135,7 +6135,7 @@ To remove a dictionary from the list, add `!` before the name.
61356135
For example, `!typescript` will turn off the dictionary with the name `typescript`.
61366136

61376137
See the [Dictionaries](https://cspell.org/docs/dictionaries/)
6138-
and [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.
6138+
and [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.
61396139

61406140
</dd>
61416141

@@ -6858,7 +6858,7 @@ To remove a dictionary from the list, add `!` before the name.
68586858
For example, `!typescript` will turn off the dictionary with the name `typescript`.
68596859

68606860
See the [Dictionaries](https://cspell.org/docs/dictionaries/)
6861-
and [Custom Dictionaries](https://cspell.org/docs/dictionaries-custom/) for more details.
6861+
and [Custom Dictionaries](https://cspell.org/docs/dictionaries/custom-dictionaries/) for more details.
68626862

68636863
</dd>
68646864

@@ -8486,4 +8486,3 @@ Legacy Configuration File Versions.
84868486
</dd>
84878487

84888488
</dl>
8489-

0 commit comments

Comments
 (0)