5 lines
202 B
TOML
5 lines
202 B
TOML
# Bevy query types can get a bit more complicated than usual Rust code.
|
|
type-complexity-threshold = 1000
|
|
|
|
# Bevy systems sometimes rely on a lot of different entities.
|
|
too-many-arguments-threshold = 10
|