From 2edb4f492a594e280d90dd3d03815ed89ce47d4d Mon Sep 17 00:00:00 2001 From: futile Date: Tue, 4 Nov 2025 23:01:00 +0000 Subject: [PATCH] get rid of justfile it sucks --- justfile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 justfile diff --git a/justfile b/justfile deleted file mode 100644 index aaf7dbc..0000000 --- a/justfile +++ /dev/null @@ -1,15 +0,0 @@ -set windows-shell := ["pwsh", "-NoLogo", "-NoProfileLoadTime", "-Command"] - -install: - cargo build --release - cp .\target\release\gta-tools.exe ~\.cargo\bin - cp .\target\release\gta-tools.exe ~\Documents - -lint: - cargo clippy -- -W clippy::pedantic -W clippy::nursery -A clippy::cast_sign_loss -A clippy::cast_possible_truncation -A clippy::cast_possible_wrap - -lint-full: - cargo clippy -- -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used - -lint-unwraps: - cargo clippy -- -W clippy::unwrap_used \ No newline at end of file