-
-
Notifications
You must be signed in to change notification settings - Fork 438
Expand file tree
/
Copy path.codespell.cfg
More file actions
13 lines (10 loc) · 705 Bytes
/
.codespell.cfg
File metadata and controls
13 lines (10 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
[codespell]
# Third-party assets, minified files, translation files, and historical text
skip = .git,./include/vendor,./include/fa,./include/js,./include/tabler,./include/themes,./formats/default.format,./tests/mocdata,*.po,*.pot,*.po.tmp,*.css.map,CHANGELOG,*.min.js,*.min.css
# Intentional words: Cacti variable conventions, SQL aliases, internal functions,
# RRD XML notation, Windows CLI flags (FO=TASKLIST /FO), UI terms
ignore-words-list = parms,parm,tht,ot,CurrOS,hasTables,pring,realy,realx,wheight,alues,alue,FO,coner,sightly,stati,succesful,superfluos,Infomation
# Suppress progress output; only show errors
quiet-level = 2
# Do not flag words found only in filenames
check-filenames = false