|
1 | 1 | [codespell] |
| 2 | + |
2 | 3 | # Ignore intentional misspellings used as examples and technical terms |
| 4 | + |
3 | 5 | # numer - intentional example typo in add-educational-comments.prompt.md |
| 6 | + |
4 | 7 | # wit - proper technical term/name (sardonic wit, Gilfoyle character trait) |
| 8 | + |
5 | 9 | # aks - Azure Kubernetes Service (AKS) abbreviation |
| 10 | + |
6 | 11 | # edn - Extensible Data Notation (Clojure data format) |
| 12 | + |
7 | 13 | # ser - serialization abbreviation |
| 14 | + |
8 | 15 | # ois - ObjectInputStream abbreviation in Java |
| 16 | + |
9 | 17 | # gir - valid abbreviation/technical term |
| 18 | + |
10 | 19 | # rouge - Rouge is a syntax highlighter (not "rogue") |
| 20 | + |
11 | 21 | # categor - TypeScript template literal in website/src/scripts/pages/skills.ts:70 (categor${...length > 1 ? "ies" : "y"}) |
| 22 | + |
12 | 23 | # aline - proper name (Aline Ávila, contributor) |
| 24 | + |
13 | 25 | # ative - part of "Declarative Agents" in TypeSpec M365 Copilot documentation (collections/typespec-m365-copilot.collection.md) |
| 26 | + |
14 | 27 | # dateA, dateB - variable names used in sorting comparison functions |
| 28 | + |
15 | 29 | # TE - HTTP transfer coding header |
16 | | -ignore-words-list = numer,wit,aks,edn,ser,ois,gir,rouge,categor,aline,ative,afterall,deques,dateA,dateB,TE |
| 30 | + |
| 31 | +# FillIn - pdftk-server skill reference file available permission |
| 32 | + |
| 33 | +ignore-words-list = numer,wit,aks,edn,ser,ois,gir,rouge,categor,aline,ative,afterall,deques,dateA,dateB,TE,FillIn |
| 34 | + |
17 | 35 | # Skip certain files and directories |
| 36 | + |
18 | 37 | skip = .git,node_modules,package-lock.json,*.lock,website/build,website/.docusaurus |
0 commit comments