mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-14 07:44:29 +08:00
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:
parent
baedb21313
commit
1c710603b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user