From a181fd318b12d0648d126b81ed031d074c8471cf Mon Sep 17 00:00:00 2001 From: Alan Du Date: Mon, 3 Jun 2019 09:43:06 -0400 Subject: Implement cargo lint to run clippy --- .cargo/config | 3 +++ 1 file changed, 3 insertions(+) (limited to '.cargo/config') diff --git a/.cargo/config b/.cargo/config index b12f407e6..51ae33910 100644 --- a/.cargo/config +++ b/.cargo/config @@ -12,6 +12,9 @@ install-code = "run --package tools --bin tools -- install-code" # Formats the full repository or installs the git hook to do it automatically. format = "run --package tools --bin tools -- format" format-hook = "run --package tools --bin tools -- format-hook" +# Run clippy +lint = "run --package tools --bin tools -- lint" + # Runs the fuzzing test suite (currently only parser) fuzz-tests = "run --package tools --bin tools -- fuzz-tests" -- cgit v1.2.3