2024-06-03 06:54:58 +00:00
|
|
|
array-size-threshold = 4096
|
2025-05-01 05:56:23 +00:00
|
|
|
cognitive-complexity-threshold = 100 # TODO reduce me ALARA
|
2024-06-03 06:54:58 +00:00
|
|
|
excessive-nesting-threshold = 11 # TODO reduce me to 4 or 5
|
|
|
|
|
future-size-threshold = 7745 # TODO reduce me ALARA
|
2025-03-11 23:05:56 -04:00
|
|
|
stack-size-threshold = 196608 # TODO reduce me ALARA
|
2024-12-15 00:05:47 -05:00
|
|
|
too-many-lines-threshold = 780 # TODO reduce me to <= 100
|
2024-06-03 06:54:58 +00:00
|
|
|
type-complexity-threshold = 250 # reduce me to ~200
|
2025-03-11 23:05:56 -04:00
|
|
|
large-error-threshold = 256 # TODO reduce me ALARA
|
2024-11-14 04:31:29 +00:00
|
|
|
|
2025-05-01 05:56:23 +00:00
|
|
|
#disallowed-macros = [
|
|
|
|
|
# { path = "log::error", reason = "use tuwunel_core::error" },
|
|
|
|
|
# { path = "log::warn", reason = "use tuwunel_core::warn" },
|
|
|
|
|
# { path = "log::info", reason = "use tuwunel_core::info" },
|
|
|
|
|
# { path = "log::debug", reason = "use tuwunel_core::debug" },
|
|
|
|
|
# { path = "log::trace", reason = "use tuwunel_core::trace" },
|
|
|
|
|
#]
|
2024-12-15 00:05:47 -05:00
|
|
|
|
2025-05-01 05:56:23 +00:00
|
|
|
#disallowed-methods = [
|
|
|
|
|
# { path = "tokio::spawn", reason = "use and pass tuwunel_core::server::Server::runtime() to spawn from" },
|
|
|
|
|
#]
|