Skip to content

Commit efd3005

Browse files
committed
codespellrc: add FillIn for pdftk-server
1 parent 400a2ee commit efd3005

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

.codespellrc

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,37 @@
11
[codespell]
2+
23
# Ignore intentional misspellings used as examples and technical terms
4+
35
# numer - intentional example typo in add-educational-comments.prompt.md
6+
47
# wit - proper technical term/name (sardonic wit, Gilfoyle character trait)
8+
59
# aks - Azure Kubernetes Service (AKS) abbreviation
10+
611
# edn - Extensible Data Notation (Clojure data format)
12+
713
# ser - serialization abbreviation
14+
815
# ois - ObjectInputStream abbreviation in Java
16+
917
# gir - valid abbreviation/technical term
18+
1019
# rouge - Rouge is a syntax highlighter (not "rogue")
20+
1121
# categor - TypeScript template literal in website/src/scripts/pages/skills.ts:70 (categor${...length > 1 ? "ies" : "y"})
22+
1223
# aline - proper name (Aline Ávila, contributor)
24+
1325
# ative - part of "Declarative Agents" in TypeSpec M365 Copilot documentation (collections/typespec-m365-copilot.collection.md)
26+
1427
# dateA, dateB - variable names used in sorting comparison functions
28+
1529
# 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+
1735
# Skip certain files and directories
36+
1837
skip = .git,node_modules,package-lock.json,*.lock,website/build,website/.docusaurus

0 commit comments

Comments
 (0)