From bdcaebc320132b90b426e5a1134b2cdb4e0d5ab1 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:37:17 -0800 Subject: [PATCH] default claude and prettier repo level config --- .claude/commands/senzing-code-review.md | 3 ++ .claude/settings.local.json | 3 ++ .vscode/cspell.json | 46 ++++++++++++------------- 3 files changed, 28 insertions(+), 24 deletions(-) create mode 100644 .claude/commands/senzing-code-review.md create mode 100644 .claude/settings.local.json diff --git a/.claude/commands/senzing-code-review.md b/.claude/commands/senzing-code-review.md new file mode 100644 index 0000000..7c1367b --- /dev/null +++ b/.claude/commands/senzing-code-review.md @@ -0,0 +1,3 @@ +# Senzing code review + +- Perform the code review specified by diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..bcf43f6 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,3 @@ +{ + "includeCoAuthoredBy": false +} diff --git a/.vscode/cspell.json b/.vscode/cspell.json index e53ba66..a1f00d7 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -1,53 +1,57 @@ { - // Version of the setting file. Always 0.2 "version": "0.2", - // language - current active spelling language "language": "en", - // words - list of words to be always considered correct "words": [ + "Axxxx", + "CCLA", + "CODEOWNER", + "CONFIGPATH", + "DYLD", + "Dorg", + "Dsenzing", + "ICLA", + "Makio", + "Pcheckstyle", + "RESOURCEPATH", + "Retryable", + "Rotorville", + "SUPPORTPATH", + "Senzing", + "USERPROFILE", + "WATCHLIST", + "Xlint", + "YESPURGESENZING", + "Yamanaka", "accessibilities", "analysing", - "Axxxx", "bugtracker", - "CCLA", "cfgp", "codehaus", - "CODEOWNER", "configmanager", "configmgr", "configparser", - "CONFIGPATH", - "Dorg", - "Dsenzing", - "DYLD", + "esbenp", "findsecbugs", "fpvs", "glassfish", - "ICLA", "ipascalcase", "isort", "javax", "jdbc", "kwargs", "lukehinds", - "Makio", "mypy", "mysenzproj", "optionxform", "pascalcase", - "Pcheckstyle", "psutil", "pushback", "pydevproject", "pylint", "pypa", "pytest", - "RESOURCEPATH", - "Retryable", "roslynator", - "Rotorville", "schemaname", - "Senzing", "senzingsdk", "setuptools", "shellcheck", @@ -55,7 +59,6 @@ "signum", "spotbugs", "stackoverflow", - "SUPPORTPATH", "szconfig", "szconfigmanager", "szcore", @@ -67,16 +70,11 @@ "truthset", "unresolve", "unresolving", - "USERPROFILE", "venv", "virtualenv", "watchlist", - "WATCHLIST", "xerial", - "Xlint", - "xstream", - "Yamanaka", - "YESPURGESENZING" + "xstream" ], "ignorePaths": [ ".git/**",