mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
improve codespell options
This commit is contained in:
parent
2ecb067383
commit
65129f5abf
@ -82,7 +82,8 @@ multiline-quotes = 'single'
|
||||
count = false
|
||||
summary = false
|
||||
quiet-level = 3
|
||||
regex = '''\b(?<!&)(?<!&)[\w\-']+(?!&(amp;)?)\b'''
|
||||
regex = '''\b[\w\-'’]+\b'''
|
||||
ignore-regex = '''\b[\w\-'’]*&(amp;)?[\w\-'’]*\b'''
|
||||
builtin = [
|
||||
'clear',
|
||||
'rare',
|
||||
@ -108,12 +109,9 @@ ignore-words-list = [
|
||||
"re-use",
|
||||
"re-used",
|
||||
"re-using",
|
||||
"splited",
|
||||
"succeded",
|
||||
# code
|
||||
"ws",
|
||||
"ws",
|
||||
"ws",
|
||||
"ws",
|
||||
"dur",
|
||||
"ro",
|
||||
"snd",
|
||||
|
Loading…
x
Reference in New Issue
Block a user