fix lints
All checks were successful
Backend Actions / build (push) Successful in 34s
Backend Actions / check (push) Successful in 1m15s
Backend Actions / test (push) Successful in 2m30s

This commit is contained in:
2025-07-22 00:34:23 +01:00
parent 5fe2d7ba79
commit d700822dc8
4 changed files with 8 additions and 4 deletions

View File

@ -13,3 +13,7 @@ test:
default := 'run'
watch CMD=default:
watchexec -w src -r just {{CMD}}
lint *ARGS:
cargo clippy -- -Dwarnings -Dclippy::correctness -Wclippy::pedantic -Wclippy::perf -Aclippy::missing_errors_doc -Aclippy::missing_panics_doc {{ARGS}}