mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Add scripts/codespell.sh and spellcheck
This commit is contained in:
4
scripts/codespell.sh
Executable file
4
scripts/codespell.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
codespell \
|
||||
--skip './test-data,./.git,node_modules,.mypy_cache,./src/provider/data.rs,.tox,site-packages,target,Cargo.lock,*.js.map,package-lock.json,./proptest-regressions' \
|
||||
--ignore-words-list crate,keypair,keypairs,iif
|
||||
Reference in New Issue
Block a user