Increase threshold of enum-variant-names lint

This commit is contained in:
Héctor Ramón Jiménez 2023-09-07 07:50:59 +02:00
parent f83fb9b6cd
commit d818deb4cd
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -1 +1,2 @@
too-many-arguments-threshold = 20 too-many-arguments-threshold = 20
enum-variant-name-threshold = 10