drft-cli 0.7.0

A structural integrity checker for linked file systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# drft.toml

# Glob patterns to exclude from the graph
exclude = []

[parsers]
markdown = true

# Rules: "error", "warn", or "off"
[rules]
dangling-edge = "warn"
boundary-violation = "warn"
directed-cycle = "warn"
encapsulation-violation = "warn"
symlink-edge = "off"
orphan-node = "off"
stale = "warn"
untrackable-target = "warn"