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