forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codespellrc
More file actions
15 lines (13 loc) · 1.39 KB
/
Copy path.codespellrc
File metadata and controls
15 lines (13 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[codespell]
# OpenEMR Codespell Configuration
# Run locally: codespell
# Same command runs in CI via .github/workflows/spellcheck.yml
# Skip patterns:
# - Gitignored directories (node_modules, vendor, etc.)
# - Binary and minified files
# - Auto-generated docs (Documentation/EHI_Export - SchemaSpy output)
# - Translation source files (generated by translation tool)
# - Vendored third-party code (bundled/minified JS with many false positives)
skip = .git,node_modules,vendor,ccdaservice/node_modules,*.min.js,*.min.css,*.map,*.lock,*.woff,*.woff2,*.ttf,*.eot,*.ico,*.png,*.jpg,*.jpeg,*.gif,*.pdf,*.svg,*.eps,*.sql,*.dot,*.tsv,*.json,*.pem,**/public/assets/*,**/Documentation/EHI_Export/*,**/language_translations/*,**/gacl/*,**/interface/forms/questionnaire_assessments/lforms/*,**/interface/forms/eye_mag/js/shortcut.js-2-01-B/*,**/interface/modules/custom_modules/oe-module-comlink-telehealth/public/assets/js/dist/*,**/interface/modules/zend_modules/public/js/lib/*,**/interface/modules/zend_modules/public/xsd/*,**/interface/modules/zend_modules/public/xsl/*,**/interface/super/rules/www/js/cdr-multiselect/*,**/library/classes/fpdf/*,**/library/fonts/*,**/library/js/CategoryTreeMenu.js,**/library/js/DocumentTreeMenu.js,**/library/js/SearchHighlight.js,**/library/smarty_legacy/*,**/public/assets/modified/*,**/swagger/*
ignore-words = .codespell-ignore-words.txt
exclude-file = .codespell-exclude-lines.txt