summaryrefslogtreecommitdiff
path: root/.codespellrc
blob: 6bf9cccceddd2404cc99fea39c73e20360cfdd2f (plain)
1
2
3
4
5
6
7
8
9
10
11
[codespell]
skip = .git,*.pdf,*.svg,AUTHORS

# The following strings shouldn't actually be accepted, but they're wrongly
# identified as words and there is currently no way to exclude them on
# a by-line basis (https://github.com/codespell-project/codespell/pull/2400).
# Therefore, pretend that they are correctly spelled words:
# - alse: used in regex
# - siz:  wanted short
# - fiter:  variable
ignore-words-list = alse,siz,fiter