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 ee564eb..30238ad 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -1,17 +1,16 @@ { - // 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": [ - "analysing", "CCLA", "CODEOWNER", - "dateutil", "DSRC", - "elif", "ICLA", + "Senzing", + "analysing", + "dateutil", + "elif", + "esbenp", "isort", "kwargs", "mult", @@ -22,7 +21,6 @@ "pylint", "pytest", "pythonic", - "Senzing", "setuptools", "shellcheck", "stackoverflow",