We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9674b commit f8c0c68Copy full SHA for f8c0c68
clippy.toml
@@ -0,0 +1,6 @@
1
+# cyclomatic complexity is not always useful
2
+cognitive-complexity-threshold = 100
3
+# types are used for safety encoding
4
+type-complexity-threshold = 10000
5
+# manipulating complex states machines in consensus
6
+too-many-arguments-threshold = 15
rustfmt.toml
@@ -0,0 +1,5 @@
+comment_width = 100
+edition = "2018"
+merge_imports = true
+use_field_init_shorthand = true
+wrap_comments = true
0 commit comments