azure-sdk-for-ios icon indicating copy to clipboard operation
azure-sdk-for-ios copied to clipboard

Add spell check for modified files

Open danieljurek opened this issue 3 years ago • 0 comments

The swift dictionary is not included by default in the pinned version of cspell that we're using: https://www.npmjs.com/package/@cspell/cspell-bundled-dicts/v/5.12.3

We'll either:

  • Update to a newer set of bundled dictionaries globally (may cause new spelling error behavior) (preferred)
  • Install and link this dictionary manually, either within the scope of this job (preferred) or in all runs (easier but adds time) (instructions)

danieljurek avatar Dec 15 '21 19:12 danieljurek