File size: 178 Bytes
f871013 | 1 2 3 4 5 6 7 8 | #!/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
|
f871013 | 1 2 3 4 5 6 7 8 | #!/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
|