mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-13 11:52:45 +02:00
feat: make typos available to the devenv
This commit is contained in:
parent
b4e9112b1f
commit
8b372ecb47
2 changed files with 11 additions and 1 deletions
7
_typos.toml
Normal file
7
_typos.toml
Normal 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"
|
||||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue