Skip to content

Commit a546228

Browse files
authored
default claude and prettier repo level config (#15)
1 parent 661a264 commit a546228

File tree

3 files changed

+23
-19
lines changed

3 files changed

+23
-19
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: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,45 @@
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": [
8-
"analysing",
95
"CCLA",
106
"CHENGXI",
117
"CODEOWNER",
128
"COSCO",
139
"Daewoo",
14-
"dateutil",
1510
"HUANGPU",
1611
"ICLA",
1712
"Imabari",
18-
"isort",
1913
"Kaiji",
20-
"kwargs",
2114
"MARU",
22-
"mcorpm",
2315
"Mipo",
24-
"mmsi",
2516
"Moller",
26-
"mypy",
27-
"Newbuilding",
2817
"NINGBO",
18+
"Newbuilding",
19+
"SANYO",
20+
"Senzing",
21+
"Sulzer",
22+
"WAIGAOQIAO",
23+
"WENCHONG",
24+
"Wartsila",
25+
"XINLE",
26+
"analysing",
27+
"dateutil",
28+
"esbenp",
29+
"isort",
30+
"kwargs",
31+
"mcorpm",
32+
"mmsi",
33+
"mypy",
2934
"nomino",
3035
"pylint",
3136
"pytest",
32-
"SANYO",
33-
"Senzing",
3437
"setuptools",
3538
"shellcheck",
3639
"stackoverflow",
3740
"subrecord",
38-
"Sulzer",
3941
"tpcmi",
40-
"venv",
41-
"WAIGAOQIAO",
42-
"Wartsila",
43-
"WENCHONG",
44-
"XINLE"
42+
"venv"
4543
],
4644
"ignorePaths": [
4745
".git/**",

0 commit comments

Comments
 (0)