mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 18:00:22 +01:00
0a9ce40ff9
* add spelling check to github actions * fix typos in .conf file
16 lines
366 B
TOML
16 lines
366 B
TOML
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
# source "$HOME/.cargo/env"
|
|
# cargo install typos-cli
|
|
# typos -c typos.toml
|
|
# typos -c typos.toml -w
|
|
|
|
[files]
|
|
# skip these files
|
|
extend-exclude = ["*.nodes","*.torrent","*.sh","*.py","*.proto","*.json"]
|
|
|
|
[default.extend-words]
|
|
# don't correct these false positives
|
|
tpos = "tpos"
|
|
ba = "ba"
|
|
tne = "tne"
|