corona-warn-app / cwa-documentation

Project overview, general documentation, and white papers. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
3.28k stars 345 forks source link

Remove markdown-spellcheck and dictionary #894

Closed MikeMcC399 closed 2 years ago

MikeMcC399 commented 2 years ago

This PR resolves the issue #891 "markdown-spellcheck outdated and .spelling dictionary unmaintained".

Spell-checking and the saved dictionary are removed. In detail the following changes are made:

  1. update package.json
    • remove package markdown-spellcheck
    • remove spellcheck and format-spelling scripts
  2. remove the dictionary .spelling
  3. remove the commented out references to spellcheck in the .github/workflows/checks.yml workflow
  4. update INSTALL.md to remove references to spell checking and correct some typos 🙂

Verification

After this PR is implemented ensure that the script

npm test

successfully runs.

larswmh commented 2 years ago

@MikeMcC399 thanks for providing this pull request.