summaryrefslogtreecommitdiffstats
path: root/clippy.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-09-09 21:51:52 -0400
committerGitHub <noreply@github.com>2020-09-09 21:51:52 -0400
commitc58b2c2bb9b0013d4f0fddbf39df5c7a6efa9bc4 (patch)
treede70c812920489228ca463c120b735fc855b5600 /clippy.toml
parentc426b0c7c4b30b09a63cfdcd3bb41a7d7d9ad00c (diff)
refactor: rewrite column algorithm (#227)
Update how we position and generate column widths to look less terrible. This also adds truncation w/ ellipsis to the columns, and for processes, the state will automatically shrink to a short form (just a character) if there isn't enough space.
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/clippy.toml b/clippy.toml
index 42f9d803..b3a62dba 100644
--- a/clippy.toml
+++ b/clippy.toml
@@ -1 +1,2 @@
-cognitive-complexity-threshold = 100 \ No newline at end of file
+cognitive-complexity-threshold = 100
+type-complexity-threshold = 500 \ No newline at end of file