Skip to content

Commit

Permalink
Update cSpell custom words and hex color ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Dec 20, 2024
1 parent a50830f commit 07edeb3
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,79 @@
{
"cSpell.ignoreRegExpList": [
"[0-9a-fA-F]{6}\\b"
],
"cSpell.words": [
"addoption",
"addopts",
"Autobuild",
"automerge",
"autouse",
"cookiejar",
"docopt",
"docstrings",
"elif",
"endgroup",
"fcqn",
"fhilp",
"firstparty",
"FVTT's",
"Geekpad",
"getfixturevalue",
"getgid",
"getopt",
"getuid",
"ghaction",
"goimports",
"healthcheck",
"ipython",
"isort",
"longoptions",
"LONGOPTS",
"markdownlint",
"mccabe",
"mktemp",
"modifyitems",
"mypy",
"nixpkgs",
"nodeenv",
"noipdiscovery",
"noupdate",
"nullglob",
"octocat",
"opencontainers",
"ossf",
"PASSLIST",
"pathlib",
"pipefail",
"PIXI",
"pycache",
"pycodestyle",
"pydocstyle",
"pyenv",
"pyflakes",
"pypi",
"pytest",
"pytests",
"pythonhosted",
"PYTHONUNBUFFERED",
"pyupgrade",
"Qapla",
"redactions",
"runslow",
"sarif",
"sboms",
"scifi",
"setuptools",
"shellcheck",
"shfmt",
"SHORTOPTS",
"staticcheck",
"stdlib",
"thirdparty",
"tzdata",
"unbuffered",
"venv",
"virtualenv"
"virtualenv",
"wontfix"
]
}

0 comments on commit 07edeb3

Please sign in to comment.