From e0ccef4781d8c136a71c55db1129a7bccdd4f860 Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 13 Jan 2025 00:53:05 +0100 Subject: ci: add lint workflow --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..feb6aad --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[alias] +lint = "clippy --no-deps -- -D warnings" +lint-all = "clippy --no-deps -- -D clippy::pedantic" -- cgit v1.2.3