codespell: Rule for ... -> …
Creates a new .codespell-dictionary.txt to extend the default set of rules. The first rule is `...|…`.
This commit is contained in:
parent
179a080867
commit
fe353ea7e9
|
|
@ -0,0 +1 @@
|
|||
...->…
|
||||
|
|
@ -2,3 +2,4 @@
|
|||
skip = .git*,*.lock,.codespellrc,target,.jj
|
||||
check-hidden = true
|
||||
ignore-words-list = ser,set,noes
|
||||
dictionary = .codespell-dictionary.txt,-
|
||||
Loading…
Reference in New Issue