-
-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy path.codespellrc
More file actions
17 lines (16 loc) · 757 Bytes
/
.codespellrc
File metadata and controls
17 lines (16 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[codespell]
skip = */contrib/Examples/*,*/wikidocs/*,*/build/*,*/tests/*
# PostScript identifiers: indx (bc412/code11), allone (code16k), isT (codeone/datamatrix),
# linheight (composite encoders), lke/havee (maxicode), fime (symbol FIM-E data)
#
# PostScript variable substrings: anc (resource_timer.ps), nd (dotcode), ower (azteccode comment)
#
# Substring of URL: archiv(e) (cited-by.md)
#
# ISO country codes in gs1process: FO, BU, OT, TE, TRE
#
# Test data substrings (skip not honoured by super-linter): hel (HELLO), HEL, ACTER (CHARACTER)
#
# Binary/wikidocs content (skip not honoured by super-linter): TNE, te, Bu, 1nD
#
ignore-words-list = archiv,anc,indx,nd,ower,allone,isT,linheight,lke,havee,FO,BU,OT,TE,TRE,fime,hel,HEL,ACTER,TNE,te,Bu,1nD