summaryrefslogtreecommitdiffstats
path: root/clippy.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 07:50:59 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 07:50:59 +0200
commitd818deb4cdfcfeffa88e649e3e27aa477a336f4c (patch)
treec41d1b6ffa0466a4f018908dd87ea7ec3d52667f /clippy.toml
parentf83fb9b6cd221ecfc02d468df128dbb8b3751c3f (diff)
downloadiced-d818deb4cdfcfeffa88e649e3e27aa477a336f4c.tar.gz
iced-d818deb4cdfcfeffa88e649e3e27aa477a336f4c.tar.bz2
iced-d818deb4cdfcfeffa88e649e3e27aa477a336f4c.zip
Increase threshold of `enum-variant-names` lint
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/clippy.toml b/clippy.toml
index 0d4e02f0..02f00a06 100644
--- a/clippy.toml
+++ b/clippy.toml
@@ -1 +1,2 @@
too-many-arguments-threshold = 20
+enum-variant-name-threshold = 10