deltachat/scripts/codespell.sh
bjoern 08bb30eb3a
add codespell, fix typos (#2490)
* add script to call codespell utility

* fix typos found by scripts/codespell.sh
2023-03-06 13:44:46 +01:00

4 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