Fix typos and update codespell configuration
* Fix typos. * Add words that are not typos to codespell's ignore words list and ignore regex. * Make codespell ignore URIs. * Make `make doublecheck` throw no error. Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
[codespell]
|
||||
skip = libtool,./autom4te.cache/*,*.html,./build-aux/*,./.git/*,aclocal*,./m4/*,./config.status,./configure,./config.log,todo
|
||||
skip = libtool,./autom4te.cache/*,*.html,./build-aux/*,./.git/*,aclocal*,./m4/*,./config.status,./configure,./config.log,todo,jquery.js,*~
|
||||
ignore-words-list = iterm
|
||||
ignore-regex = \"Hel\"|ist ein|\->fpr
|
||||
uri-ignore-words-list = *
|
||||
|
||||
Reference in New Issue
Block a user