2021-03-30 04:32:22 +02:00
|
|
|
[alias]
|
2024-02-04 00:55:01 +01:00
|
|
|
lint = "clippy --workspace --all-targets -- -Dclippy::todo"
|
|
|
|
lint-all = "clippy --workspace --all-features --all-targets -- -Dclippy::todo"
|
2021-11-22 02:19:09 +01:00
|
|
|
|
|
|
|
# lib checking
|
|
|
|
ci-check-min = "hack --workspace check --no-default-features"
|
|
|
|
ci-check-default = "hack --workspace check"
|
2021-12-05 04:38:08 +01:00
|
|
|
ci-check-default-tests = "check --workspace --tests"
|
2024-05-19 13:06:20 +02:00
|
|
|
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"
|