cloud-hypervisor/.github
Ruoqing He 0dc3634b7b ci: Enable clippy::assertions_on_result_states
This lint disallows asserttions on is_ok()/is_err() in favor of either
using unwrap (so that at least if the test fails, we the failure message
will contain the actual failure reason instead of just "was not
ok/err"), or actually matching the specific variant.

Inspired by and quoted from @roypat.

Enable this lint for `build.yaml` and `quality.yaml`.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
2024-10-03 12:03:49 +00:00
..
ISSUE_TEMPLATE .github: Add issue template for bug report 2021-04-27 16:43:10 +02:00
workflows ci: Enable clippy::assertions_on_result_states 2024-10-03 12:03:49 +00:00
dependabot.yml .github: Avoid excessive rebase & rebuilds from dependabot 2022-03-08 15:16:12 +00:00