commented-out-config
unexplained disabled config blocks or adjacent alternatives
Why
Disabled configuration becomes stale while version control already preserves its history.
Fix
Delete inactive settings, or explain the supported default, optional override, or constraint.
Examples
# timeout = 30timeout = 10# Optional local override:# timeout = 30timeout = 10Files
**/*.{yaml,yml,toml,jsonc}