2025-11-19 10:25:32 +01:00
|
|
|
# Codespell configuration for ResInsight
|
|
|
|
|
# This file centralizes codespell options used in GitHub workflows
|
|
|
|
|
|
|
|
|
|
[codespell]
|
|
|
|
|
# Files and patterns to skip during spell checking
|
2025-11-21 08:37:33 +01:00
|
|
|
skip = *.svg,*.xml,*.json,*.glsl,*.qss,*gtest*,*.DATA,*.py.orig,*.h.orig,*.cpp.orig,QMinimizePanel.cpp,*.inc
|
2025-11-19 10:25:32 +01:00
|
|
|
|
|
|
|
|
# Custom ignore words file for domain-specific terms
|
|
|
|
|
ignore-words = .codespell-ignore
|
|
|
|
|
|
|
|
|
|
# Check hidden files (like .github/workflows/*.yml)
|
|
|
|
|
check-hidden =
|
|
|
|
|
|
|
|
|
|
# Check file names in addition to file contents
|
|
|
|
|
check-filenames =
|