mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Remove RUSTFLAGS in make lint
Cargo recompiles everything when the RUSTFLAGS change so this makes lint slower than they need to be. Removing this doesn't miss any lints because the clippy pass also has `--deny warnings`# Please enter the commit message for your changes. Lines starting
This commit is contained in:
@@ -21,7 +21,7 @@ check:
|
||||
.PHONY: lint
|
||||
lint:
|
||||
cargo fmt --check
|
||||
RUSTLFAGS='-Dwarnings' cargo check --all-features --all-targets
|
||||
cargo check --all-features --all-targets
|
||||
cargo clippy --all-targets --all-features -- -Dwarnings
|
||||
RUSTDOCFLAGS='-Dwarnings' cargo doc --all-features
|
||||
reuse lint
|
||||
|
||||
Reference in New Issue
Block a user