swc/clippy.toml

4 lines
200 B
TOML
Raw Normal View History

2022-02-23 09:07:42 +03:00
blacklisted-names = ["bool", "char", "str", "f32", "f64", "i8", "i16", "i32", "i64", "u8", "u16", "u32", "u64", "isize", "usize"]
cognitive-complexity-threshold = 50
type-complexity-threshold = 25000