mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
08bb30eb3a
* add script to call codespell utility * fix typos found by scripts/codespell.sh
5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
codespell \
|
|
--skip './.git,./build,./res/values-*/strings.xml,,./assets/help,./jni/deltachat-core-rust' \
|
|
--ignore-words-list formattings
|