From 0abee1c262291d153f604a60ce3ec7e11141c19f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 29 Oct 2020 11:54:40 +0100 Subject: Add clippy configuration This adds a clippy configuration file with single-char-binding-names-threshold set to 6, because we have some scopes where a lot of single-char names are used. Signed-off-by: Matthias Beyer --- 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 0000000..398ef77 --- /dev/null +++ b/clippy.toml @@ -0,0 +1 @@ +single-char-binding-names-threshold = 6 -- cgit v1.2.3