Skip to content

Commit eb92b92

Browse files
authored
Add treefmt and codespell (CI requirements) to nix dev shells (#1334)
2 parents fda9549 + 64a2ffb commit eb92b92

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ codespell
3636
RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --all-features \
3737
--document-private-items
3838
./contrib/test_local.sh # does NOT include payjoin-mailroom
39-
npx prettier --check '**/*.md' # CI runs prettier via treefmt
39+
treefmt --ci # prettier, taplo, nixfmt, shellcheck, shfmt
4040
codespell
4141
```
4242

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@
209209
dart
210210
cargo-fuzz
211211
bzip2 # needed for some machines to have access to libzip at runtime
212+
codespell
213+
treefmtEval.config.build.wrapper
212214
]
213215
++ pkgs.lib.optionals (!pkgs.stdenv.isDarwin) [
214216
cargo-llvm-cov

0 commit comments

Comments
 (0)