-
-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
Complexity: Mediumfeature: spellingrole: back end/devOpsTasks for back-end developersTasks for back-end developerssize: 1ptCan be done in 4-6 hoursCan be done in 4-6 hours
Milestone
Description
Overview
We need to update the code spell check configuration file so that the spell checker excludes lines matching - name: from checking, in order to reduce the number of false positives ("unknown word").
Action Items
- Open the configuration file
cspell.jsonin your IDE - Find an instance in which an individual's name is flagged as an "unknown word", for example the line
- name: "Saasha Gilkes"in_guide-pages/how-to-set-reminders-in-slack.md - Using https://cspell.org/configuration/patterns/ as a reference, add a configuration setting so that lines matching
- name:are excluded from spell checking - Save the configuration file and confirm that instances such as
- name: "Saasha Gilkes"in_guide-pages/how-to-set-reminders-in-slack.mdare no longer flagged as "unknown word". - Add and commit
cspell.jsonand prepare a Pull Request in the usual manner.
Resources/Instructions
https://cspell.org/configuration/patterns/
- This issue resulted from ER: need to manage spell check false positives in markdown files #7004
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Complexity: Mediumfeature: spellingrole: back end/devOpsTasks for back-end developersTasks for back-end developerssize: 1ptCan be done in 4-6 hoursCan be done in 4-6 hours
Type
Projects
Status
Done