Skip to content

Commit 1c71060

Browse files
yarikoptickdave
authored andcommitted
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 <[email protected]> Signed-off-by: David Sterba <[email protected]>
1 parent baedb21 commit 1c71060

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.codespellrc

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

0 commit comments

Comments
 (0)