| id | 50 |
|---|---|
| title | Redundancy / Duplication Detection |
| status | 🔲 |
Flag substantial duplicated content across Markdown files to reduce token waste and drift.
- Choose similarity strategy (e.g., shingled hashing or paragraph fingerprints) and thresholds.
- Implement cross-file comparison with configurable scope and minimum size.
- Emit findings that point to the duplicated segments and source files.
- Document performance considerations and configuration.
- Rule identifies duplicated sections beyond a configurable similarity threshold.
- Findings include both source and duplicate locations.
- Rule supports include/exclude patterns to limit scope.
- All tests pass:
go test ./... -
golangci-lint runreports no issues