# Minimal rustqual.toml for the golden example.
#
# Activates only the single Architecture rule this fixture exercises,
# so the intended violation is the only finding possible.
[]
= 0.22
= 0.18
= 0.13
= 0.18
= 0.09
= 0.10
= 0.10
[]
= true
[]
= ["domain", "adapter"]
= "composition_root"
[]
= ["src/domain/**"]
[]
= ["src/adapters/**"]
[[]]
= "no_boxed_allocations_in_domain"
= ["Box::new"]
= ["src/domain/**"]
= "Domain stays heap-allocation free"