| id | 53 |
|---|---|
| title | Conciseness Scoring |
| status | ⛔ |
Measure information density and flag verbose Markdown content that remains readable but unnecessarily long.
Current state: heuristic prototype only. Keep rule disabled by default until classifier-backed evaluation baselines are complete.
- Define conciseness heuristics (filler words, hedge phrases, low content-to-token ratios).
- Implement scoring per paragraph and configurable thresholds.
- Emit warnings with suggested targets and examples.
- Document configuration and rationale.
- Rule flags paragraphs that exceed a configurable verbosity threshold.
- Output includes the paragraph location and conciseness score.
- Heuristics are configurable and documented.
- All tests pass:
go test ./... -
golangci-lint runreports no issues - Rule is validated and ready for default enablement