Skip to content

Commit e128227

Browse files
committed
spelling
1 parent 11506c5 commit e128227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cspell-custom-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ Solana's
192192
spydk
193193
Starport
194194
statesync
195+
stdlib
195196
struct
196197
structs
197198
subdenom

scripts/coverage-check/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Note: After update, 15% becomes the baseline for this package
134134
### ✅ Scenario 6: Adding cmd/ or hack/ code
135135
136136
```
137-
# You add cmd/newtool/ with no tests
137+
# You add cmd/tool/ with no tests
138138
Result: ✅ PASS - cmd/ packages are excluded from checks
139139
```
140140
@@ -263,7 +263,6 @@ If a package contains only generated code (proto, abi), add it to the exclusion
263263
excludePatterns := []string{
264264
"/cmd/",
265265
"/proto/",
266-
"/yourpattern/", // Add here
267266
}
268267
```
269268

0 commit comments

Comments
 (0)