diff options
author | Daniel Santos <dacs.git@brilhante.top> | 2023-04-02 11:27:10 +0100 |
---|---|---|
committer | Daniel Santos <dacs.git@brilhante.top> | 2023-04-03 13:25:25 +0100 |
commit | c7f05c9ebf69921cab8ff6f902938982c517d1b9 (patch) | |
tree | 539900206b450ff5b8369fd1ded11979fb88d6a3 /.codespellrc | |
parent | f2c83fa8ceea29e295509c8b964f1e9ccda2f0e4 (diff) | |
download | profani-tty-c7f05c9ebf69921cab8ff6f902938982c517d1b9.tar.gz |
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>
Diffstat (limited to '.codespellrc')
-rw-r--r-- | .codespellrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.codespellrc b/.codespellrc index 530d70c6..6f22a81a 100644 --- a/.codespellrc +++ b/.codespellrc @@ -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 = * |