btrfs-progs: add codespell exceptions to ignore

Add exceptions that should not be reported as typos for a reason (names,
abbreviations, preferred other spelling).

Author: Yaroslav Halchenko <debian@onerussian.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
Yaroslav Halchenko 2024-07-10 11:32:29 -10:00 committed by David Sterba
parent baedb21313
commit 1c710603b3

View File

@ -1,6 +1,8 @@
[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,*.svg,*.css,.codespellrc
skip = .git*,*.svg,*.css,.codespellrc,fsck-tests
check-hidden = true
# ignore-regex =
# ignore-words-list =
ignore-regex = \b(Yann Collet|TOI)\b
# annote - used as a noun
# iput - function name
ignore-words-list = annote,annotes,iput,uptodate