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
|
count = false
|
||||||
summary = false
|
summary = false
|
||||||
quiet-level = 3
|
quiet-level = 3
|
||||||
regex = '''\b(?<!&)(?<!&)[\w\-']+(?!&(amp;)?)\b'''
|
regex = '''\b[\w\-'’]+\b'''
|
||||||
|
ignore-regex = '''\b[\w\-'’]*&(amp;)?[\w\-'’]*\b'''
|
||||||
builtin = [
|
builtin = [
|
||||||
'clear',
|
'clear',
|
||||||
'rare',
|
'rare',
|
||||||
@ -108,12 +109,9 @@ ignore-words-list = [
|
|||||||
"re-use",
|
"re-use",
|
||||||
"re-used",
|
"re-used",
|
||||||
"re-using",
|
"re-using",
|
||||||
|
"splited",
|
||||||
"succeded",
|
"succeded",
|
||||||
# code
|
# code
|
||||||
"ws",
|
|
||||||
"ws",
|
|
||||||
"ws",
|
|
||||||
"ws",
|
|
||||||
"dur",
|
"dur",
|
||||||
"ro",
|
"ro",
|
||||||
"snd",
|
"snd",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user