From a393e0a2f2c3678a3ea869dc1417fa269f2b1040 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Sat, 24 Jan 2026 08:29:14 +0100 Subject: Resolve audio not loading bug Ensure all assets are downloading for each version Temporarily disable minecraft versions older than 1.8 because of the asset/manifest loading issues Implement basic documentation of modules Implement basic async/multithreading for downloading assets --- clippy.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'clippy.toml') diff --git a/clippy.toml b/clippy.toml index f688e0a..6b15c5a 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1,8 +1,8 @@ stack-size-threshold = 393216 future-size-threshold = 24576 array-size-threshold = 4096 -large-error-threshold = 256 # TODO reduce me ALARA -too-many-lines-threshold = 100 # TODO reduce me to <= 100 +large-error-threshold = 256 +too-many-lines-threshold = 100 excessive-nesting-threshold = 3 -type-complexity-threshold = 250 # reduce me to ~200 -cognitive-complexity-threshold = 100 # TODO reduce me ALARA +type-complexity-threshold = 250 +cognitive-complexity-threshold = 100 -- cgit v1.2.3