Make clippy not write to the host git repo.

This commit is contained in:
Tom Alexander
2023-10-23 17:41:08 -04:00
parent 5e2dea1f28
commit a880629831
2 changed files with 3 additions and 7 deletions

View File

@@ -45,10 +45,6 @@ dockerclippy:
clippy:
> cargo clippy --no-deps --all-targets --all-features -- -D warnings
.PHONY: clippyfix
clippyfix:
> cargo clippy --fix --lib -p organic --all-features
.PHONY: test
test:
> cargo test --no-default-features --features compare --no-fail-fast --lib --test test_loader -- --test-threads $(TESTJOBS)