mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 13:47:12 -05:00
15 lines
506 B
Plaintext
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 = |