chore(rust): use same params for clippy as the CI + correct clippy warnings
This commit is contained in:
@@ -31,11 +31,11 @@ fmt-check:
|
||||
cargo fmt --all --check
|
||||
|
||||
lint:
|
||||
cargo clippy -- -D warnings
|
||||
cargo clippy --all-features --all-targets -- -D warnings
|
||||
|
||||
check:
|
||||
cargo fmt --all
|
||||
cargo clippy -- -D warnings
|
||||
cargo clippy --all-features --all-targets -- -D warnings
|
||||
|
||||
openapi:
|
||||
cargo run --bin generate-openapi
|
||||
|
||||
Reference in New Issue
Block a user