1
1
mirror of https://github.com/casey/just.git synced 2024-09-11 05:55:31 +03:00

Make clippy more lenient with cyclomatic complexity

This commit is contained in:
Casey Rodarmor 2016-10-30 17:14:06 -07:00
parent 0b182002a4
commit 686074df0e

1
clippy.toml Normal file
View File

@ -0,0 +1 @@
cyclomatic-complexity-threshold = 1337