summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-29 11:54:40 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-10-29 12:08:13 +0100
commit0abee1c262291d153f604a60ce3ec7e11141c19f (patch)
treee627610ef57da8c78d16b056a9f56365007b30e0
parent1fc34da9b8848634eba77c3f705725ac1303d1b0 (diff)
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 <mail@beyermatthias.de>
-rw-r--r--clippy.toml1
1 files changed, 1 insertions, 0 deletions
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