Skip to content

Commit

Permalink
chore: split cspell configuration in ignoreWords and words (cattl…
Browse files Browse the repository at this point in the history
…e-ops#1039)

## Description

Split the whole `word` list into those which are not present in the
English language, e.g. usernames, keywords from program languages
(`ignoreWords`) and everything else (`words`)
  • Loading branch information
kayman-mk authored Nov 12, 2023
1 parent ae24c9c commit 4a4c2f8
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,38 @@
{
"version": "0.2",
"language": "en",
"words": [
"ignoreWords": [
"alltrue",
"amazonec",
"amannn",
"amazonec",
"anytrue",
"aquasecurity",
"amannn",
"awscli",
"backports",
"blockquotes",
"boto",
"botocore",
"certdir",
"checkmarx",
"codeowners",
"companys",
"concat",
"cpu",
"cpus",
"cpuset",
"devskim",
"dind",
"endfor",
"filesha",
"formatlist",
"gitter",
"glrt",
"glrunners",
"instancelifecycle",
"kics",
"joho",
"jsonencode",
"markdownlint",
"matchDatasources",
"mypy",
"Niek",
"noexec",
"nolint",
"npalm",
"oxsecurity",
"pylint",
"pylintrc",
"pyright",
"setsubtract",
"shuf",
"signoff",
"signum",
"stretchr",
"subkey",
Expand All @@ -64,11 +50,24 @@
"tfvars",
"tmpfs",
"trivy",
"typecheck",
"userdata",
"userns",
"xanzy",
"xvda"
],
"words": [
"aquasecurity",
"backports",
"blockquotes",
"codeowners",
"cpu",
"cpus",
"cpuset",
"gitter",
"Niek",
"oxsecurity",
"signoff",
"typecheck",
"userdata",
],
"flagWords": []
}

0 comments on commit 4a4c2f8

Please sign in to comment.