13 lines
408 B
Text
13 lines
408 B
Text
# Config file for codespell.
|
|
# https://github.com/codespell-project/codespell#using-a-config-file
|
|
|
|
[codespell]
|
|
|
|
# Comma separated list of dirs to be skipped.
|
|
skip = _vendor,.cspell.json,chroma.css,chroma_dark.css
|
|
|
|
# Comma separated list of words to be ignored. Words must be lowercased.
|
|
ignore-words-list = abl,edn,te,ue,trys,januar,womens,crossreferences
|
|
|
|
# Check file names as well.
|
|
check-filenames = true
|