You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spell check scanning of commerce detected spelling errors. This service directory is opted out of PR spell checking in PR #17142 to keep merges unblocked.
Delete the service's entry in .vscode/cspell.json's ignorePaths field. It will look like: sdk/commerce/**/*. You need to do this to enable checking the files.
From the root of the repo run spell check using npx cspell lint --config '.vscode/cspell.json' --no-must-find-files "sdk/commerce/**"
Check in changes (including the change to .vscode/cspell.json where the ignorePaths is updated to remove the entry for this service.). You may need to run git add -f .vscode/cspell.json to force adding the changes to the file in git.
Spell checking output
/home/djurek/azure-sdk-for-js/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/src/models/index.ts:91:36 - Unknown word (odata)
/home/djurek/azure-sdk-for-js/sdk/commerce/arm-commerce/src/models/index.ts:112:36 - Unknown word (odata)
The text was updated successfully, but these errors were encountered:
Spell check scanning of commerce detected spelling errors. This service directory is opted out of PR spell checking in PR #17142 to keep merges unblocked.
What to do
npx
.vscode/cspell.json
'signorePaths
field. It will look like:sdk/commerce/**/*
. You need to do this to enable checking the files.npx cspell lint --config '.vscode/cspell.json' --no-must-find-files "sdk/commerce/**"
.vscode/cspell.json
where theignorePaths
is updated to remove the entry for this service.). You may need to rungit add -f .vscode/cspell.json
to force adding the changes to the file in git.Spell checking output
The text was updated successfully, but these errors were encountered: