feat: make typos available to the devenv

This commit is contained in:
fusion44 2025-03-16 13:27:40 +01:00 committed by fusion44
parent b4e9112b1f
commit 8b372ecb47
2 changed files with 11 additions and 1 deletions

7
_typos.toml Normal file
View file

@ -0,0 +1,7 @@
[files]
extend-exclude = ["app/lightning/impl/protos/*", "openapi.json"]
[default.extend-words]
# Don't correct the surname "Teh"
TBE = "TBE"

View file

@ -76,19 +76,22 @@ in {
packages = with pkgs-unstable; [
stdenv.cc.cc
pyright
isort
alejandra
statix
ruff
ruff-lsp
redis
nushell
typos
typos-lsp
bitcoind
lnd
clightning
];
# blitz api uses its own .env file and is not applicaple for
# blitz api uses its own .env file and is not applicable for
# the devenv
dotenv.disableHint = true;