mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 01:39:18 +02:00
add codespell, fix typos (#2490)
* add script to call codespell utility * fix typos found by scripts/codespell.sh
This commit is contained in:
parent
1eb04a8bcb
commit
08bb30eb3a
14 changed files with 34 additions and 30 deletions
4
scripts/codespell.sh
Executable file
4
scripts/codespell.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
codespell \
|
||||
--skip './.git,./build,./res/values-*/strings.xml,,./assets/help,./jni/deltachat-core-rust' \
|
||||
--ignore-words-list formattings
|
Loading…
Add table
Add a link
Reference in a new issue