Skip to content

Commit ff41435

Browse files
tadeleshCopilot
andcommitted
fix(cspell): lowercase Go emitter words for case-insensitive matching
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3c03b63 commit ff41435

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

cspell.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,23 +113,21 @@ words:
113113
- byval
114114
- petstoreopgrp
115115
- pypi
116-
# Go emitter identifiers (typespec-go/src)
116+
# Go emitter
117117
- addl
118-
- Addl
119118
- azfake
120119
- azidentity
121-
- Errorf
122-
- Fatalf
120+
- errorf
121+
- fatalf
123122
- gomod
124-
- GOPATH
123+
- gopath
125124
- polymorphics
126125
- respr
127-
- Retriable
128-
- Unmarshaller
126+
- retriable
127+
- unmarshaller
129128
- unmarshallers
130129
- unmarshalling
131130
- unpopulate
132-
# Go emitter carried-over identifiers/comments preserved from upstream source
133131
- ervices
134132
- lient
135133
- onfig
@@ -139,7 +137,6 @@ words:
139137
- tcgcadapter
140138
- uninstantiable
141139
- unmarshalled
142-
# Go stdlib package names referenced by typespec-go/src/naming/mappings.ts
143140
- cmplx
144141
- fcgi
145142
- flate

0 commit comments

Comments
 (0)