mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 18:00:22 +01:00
b20fae09d6
* typo fixes in .md files with typos-cli * fix false positives
16 lines
387 B
TOML
16 lines
387 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","*.conf","*.json","*.service"]
|
|
|
|
[default.extend-words]
|
|
# don't correct these false positives
|
|
tpos = "tpos"
|
|
ba = "ba"
|
|
tne = "tne"
|