Skip to content

Commit 97184a0

Browse files
author
Jiarui Guo
committed
migration translation sdk cspell
1 parent d998099 commit 97184a0

2 files changed

Lines changed: 15 additions & 12 deletions

File tree

.vscode/cspell.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@
9797
"sdk/storage/azure-storage-queue/**",
9898
"sdk/synapse/azure-synapse/**",
9999
"sdk/synapse/azure-synapse-artifacts/**",
100-
"sdk/translation/azure-ai-translation-document/samples/assets/**",
101-
"sdk/translation/azure-ai-translation-document/doc/**",
102-
"sdk/translation/azure-ai-translation-document/tests/glossaries-valid.csv",
103100
"sdk/storage/azure-storage-blob/**",
104101
"sdk/eventhub/azure-eventhub-checkpointstoreblob/azure/eventhub/extensions/checkpointstoreblob/_vendor/**",
105102
"sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/azure/eventhub/extensions/checkpointstoreblobaio/_vendor/**",
@@ -119,15 +116,6 @@
119116
"sdk/monitor/azure-monitor-opentelemetry-exporter/samples/traces/django/sample/db.sqlite3",
120117
"sdk/loadtestservice/azure-developer-loadtesting/**",
121118
"sdk/openai/azure-openai/tests/assets/**",
122-
"sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_serialization.py",
123-
"sdk/translation/azure-ai-translation-text/tests/test_break_sentence.py",
124-
"sdk/translation/azure-ai-translation-text/tests/test_translation.py",
125-
"sdk/translation/azure-ai-translation-text/tests/test_transliteration.py",
126-
"sdk/translation/azure-ai-translation-text/tests/test_break_sentence_async.py",
127-
"sdk/translation/azure-ai-translation-text/tests/test_translation_async.py",
128-
"sdk/translation/azure-ai-translation-text/tests/test_transliteration_async.py",
129-
"sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_utils/**",
130-
"sdk/translation/test-resources.json",
131119
"eng/**/*.json",
132120
"eng/*.txt",
133121
"eng/tox/tox.ini",

sdk/translation/cspell.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file configures spell checking for sdk/translation packages.
2+
# For more information, see: https://aka.ms/ci-fix#spell-check
3+
version: "0.2"
4+
import:
5+
- ../../.vscode/cspell.json
6+
ignorePaths:
7+
- azure-ai-translation-document/samples/assets/**
8+
- azure-ai-translation-document/doc/**
9+
- azure-ai-translation-document/tests/glossaries-valid.csv
10+
- azure-ai-translation-text/azure/ai/translation/text/_serialization.py
11+
- azure-ai-translation-text/azure/ai/translation/text/_utils/**
12+
- azure-ai-translation-text/tests/test_break_sentence*.py
13+
- azure-ai-translation-text/tests/test_translation*.py
14+
- azure-ai-translation-text/tests/test_transliteration*.py
15+
- test-resources.json

0 commit comments

Comments
 (0)