openflexure-microscope-server/.codespellrc2
Julian Stirling 5e511bf2e2 Apply suggestions from code review of branch better-spellchecking
Co-authored-by: Beth Probert <beth_probert@outlook.com>
2026-02-23 09:42:27 +00:00

29 lines
817 B
Text

[codespell]
# A separate RC file for detecting camelCase, PascalCase, and kebab-case errors
# A little more prone to false positives than our standard regex, also fails to detect
# hyphenated words in the dictonary.
# Same as the main RC-file except it also excludes CHANGELOG as this is well covered
# by the normal RC file, and we get false positives from git hashes.
skip = node_modules,
*-lock.json,
*.git,
*.pyc,
__pycache__,
./build,
./dist,
./apidocs,
./openflexure,
./htmlcov,
./src/openflexure_microscope_server/static,
.venv,
*.egg-info,
report.xml,
CHANGELOG.md
# Ignores split by |
# Ignore hexadecimal numbers preceded by #
# Ignore FoV
ignore-regex = #[0-9A-Fa-f]{3,8}\b|\bFoV\b
regex = [A-Z]?[a-z\']+