swc/clippy.toml

21 lines
247 B
TOML

blacklisted-names = [
"bool",
"char",
"str",
"f32",
"f64",
"i8",
"i16",
"i32",
"i64",
"u8",
"u16",
"u32",
"u64",
"isize",
"usize",
]
cognitive-complexity-threshold = 50
msrv = "1.58"
type-complexity-threshold = 25000