mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
7 lines
178 B
Bash
Executable file
7 lines
178 B
Bash
Executable file
#!/bin/sh
|
|
|
|
MAIN=./src/main
|
|
|
|
codespell \
|
|
--skip './.git,./build,$MAIN/res/values-*/strings.xml,,$MAIN/assets/help,./jni/deltachat-core-rust' \
|
|
--ignore-words-list formattings
|