Skip to content

Commit 3954b5e

Browse files
authored
default claude and prettier repo level config (#36)
1 parent c5ed11b commit 3954b5e

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Senzing code review
2+
3+
- Perform the code review specified by <https://raw.githubusercontent.com/senzing-factory/build-resources/refs/heads/main/claude/pr-prompt.md>

.claude/settings.local.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"includeCoAuthoredBy": false
3+
}

.vscode/cspell.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
2-
// Version of the setting file. Always 0.2
32
"version": "0.2",
4-
// language - current active spelling language
53
"language": "en",
6-
// words - list of words to be always considered correct
74
"words": [
85
"CCLA",
96
"CODEOWNER",
7+
"ICLA",
8+
"Mkfile",
9+
"Senzing",
1010
"dkms",
1111
"dylib",
12+
"esbenp",
1213
"gdev",
13-
"ICLA",
14-
"Mkfile",
1514
"postamble",
16-
"Senzing",
1715
"stackoverflow",
1816
"symvers"
1917
],

0 commit comments

Comments
 (0)