mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-13 12:33:14 +02:00
10 lines
No EOL
249 B
TOML
10 lines
No EOL
249 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
|
|
|
|
[default.extend-words]
|
|
# don't correct these false positives
|
|
ba = "ba"
|
|
ned = "ned" |