Files
ResInsight/.codespellrc
T

15 lines
506 B
Plaintext

# Codespell configuration for ResInsight
# This file centralizes codespell options used in GitHub workflows
[codespell]
# Files and patterns to skip during spell checking
skip = *.svg,*.xml,*.json,*.glsl,*.qss,*gtest*,*.DATA,*.py.orig,*.h.orig,*.cpp.orig,QMinimizePanel.cpp,*.inc
# 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 =