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"]