mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 01:40:16 +01:00
17 lines
394 B
TOML
17 lines
394 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","*.conf","*.toml"]
|
|
|
|
[default.extend-words]
|
|
# don't correct these false positives
|
|
tpos = "tpos"
|
|
ba = "ba"
|
|
tne = "tne"
|
|
HD = "HD"
|