mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 19:01:05 +00:00
10 lines
554 B
TOML
10 lines
554 B
TOML
[alias]
|
|
lint = "clippy --workspace --all-targets -- -Dclippy::todo"
|
|
lint-all = "clippy --workspace --all-features --all-targets -- -Dclippy::todo"
|
|
|
|
# lib checking
|
|
ci-check-min = "hack --workspace check --no-default-features"
|
|
ci-check-default = "hack --workspace check"
|
|
ci-check-default-tests = "check --workspace --tests"
|
|
ci-check-all-feature-powerset="hack --workspace --feature-powerset --depth=4 --skip=__compress,experimental-io-uring check"
|
|
ci-check-all-feature-powerset-linux="hack --workspace --feature-powerset --depth=4 --skip=__compress check"
|