From 25e5fdba376d358d05e07f25ffc989bb56e69821 Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:46:01 +0100 Subject: [PATCH] Removes the credits file (lots of names in there) from spellcheck. --- README.md | 4 ++++ cspell.json | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index aed48fd38c..353321c259 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ For example, if you added `MySQL` to an article and it was flagged as an unknown Some consideration should be given as to whether it should be `MySQL` or `MySql` and just a single entry should be added to `dictionary-octopus.txt` to promote consistency. +### Exclusions + +You can see files excluded from the spell check in `cspell.json`. + ## Deploying to preview environment (Octopus Developers) Before merging to `main` it's possible you'd like to see your changes in a preview environment. It's simple to do this: diff --git a/cspell.json b/cspell.json index 9cec82ea8a..0261e1adbb 100644 --- a/cspell.json +++ b/cspell.json @@ -15,6 +15,7 @@ "package.json", "package-lock.yaml", "pnpm-lock.yaml", + "docs/credits.md", "node_modules/**" ] } \ No newline at end of file