debtmap 0.13.0

Code complexity and technical debt analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[default.extend-words]
# Project-specific words that aren't typos
ratatui = "ratatui"  # Rust TUI library name
pn = "pn"            # Variable name for pre_norm
ment = "ment"        # Word suffix check (e.g., ends_with("ment"))
rror = "rror"        # Regex pattern for [Ee]rror matching
validat = "validat"  # Partial match in test assertion

[files]
extend-exclude = [
  "*.lock",
  "target/",
]