Files
Clement Tsang 86b35bcd79 refactor: use clippy::unwrap_used (#1882)
* refactor: use clippy::unwrap_used

* fix log format use

* fix a bunch of macos ones

* oop

* allow schema script

* driveby schema bump
2025-11-22 23:26:02 -05:00

6 lines
161 B
TOML

cognitive-complexity-threshold = 100
type-complexity-threshold = 500
too-many-arguments-threshold = 8
allow-unwrap-in-consts = true
allow-unwrap-in-tests = true