mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 01:39:18 +02:00
4 lines
152 B
Bash
Executable file
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
|