Skip to content

Add "Westside" to list of words in Code Spell Checker configuration file #5618

@roslynwythe

Description

@roslynwythe

Overview

We need to update the Code Spell Checker configuration file with false positive terms so that they are no longer marked as errors.

Action Items

  • You must use VS Code as your local text editor to install the VS Code extension for spell checking your codebase, The recommended installation method is to install Code Spell Checker directly from the VS Code text editor1. The extension can also be installed via the VS Code Marketplace website2
  • Do not change any configuration settings or make any spell corrections
  • Open the file cspell.json
  • Replace the line
  "words": [

with

  "words": [
      "Westside",
  • Save cspell.json and then test the change by opening '_includes/events-page/our-locations-content.html' and confirming that no Code Spell Checker errors/messages are displayed.
  • No docker testing is required. Create a Pull Request in the usual manner, with changes only to cspell.json.

Resources

Footnotes

  1. Installing Code Spell Checker from the VS Code text editor

  2. Code Spell Checker - VS Marketplace

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions