fix: allowlist path exception (#2022)

This commit is contained in:
Michael Neale
2025-04-05 07:03:06 +11:00
committed by GitHub
parent 4aa7758914
commit 15bcb8eb6d
5 changed files with 669 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
This is a rust project with crates in crate dir.
ui/desktop has an electron app in typescript.
tips:
- can look at unstaged changes for what is being worked on if starting
- always check rust compiles, cargo fmt etc and cargo clippy -- -D warnings (as well as run tests in files you are working on)
- in ui/desktop, look at how you can run lint checks and if other tests can run