From 686074df0e33c48cfbb1d0112d1ebe6b325325d5 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 30 Oct 2016 17:14:06 -0700 Subject: [PATCH] Make clippy more lenient with cyclomatic complexity --- clippy.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 clippy.toml diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 00000000..4a6d3410 --- /dev/null +++ b/clippy.toml @@ -0,0 +1 @@ +cyclomatic-complexity-threshold = 1337