1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# drft.toml — drft dogfooding itself [parsers] markdown = true [parsers.rust] glob = "*.rs" command = "./scripts/parse-rust.sh" types = ["comment"] [rules] broken-link = "warn" cycle = "warn" stale = "error" containment = "warn" encapsulation = "warn"