From 771dfa6b6874d9c6d666f0a1a75b29a6a6a178b9 Mon Sep 17 00:00:00 2001 From: Joseph Cruz Date: Wed, 19 Jul 2023 08:44:36 -0400 Subject: [PATCH] ci: lint with clippy --- cargo-make/lint.toml | 2 +- cargo-make/main.toml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cargo-make/lint.toml b/cargo-make/lint.toml index 85be0de50..27239d242 100644 --- a/cargo-make/lint.toml +++ b/cargo-make/lint.toml @@ -1,4 +1,4 @@ -[tasks.check-style] +[tasks.lint] dependencies = ["check-format-flow", "clippy-each-feature"] [tasks.check-format] diff --git a/cargo-make/main.toml b/cargo-make/main.toml index 6440c236c..1e26b05dc 100644 --- a/cargo-make/main.toml +++ b/cargo-make/main.toml @@ -13,6 +13,3 @@ RUSTFLAGS = "-D warnings" [tasks.ci] dependencies = ["lint", "test"] - -[tasks.lint] -dependencies = ["check-format-flow"]