Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 12:41
· 13 commits to main since this release

First release. dupehound finds near-duplicate functions in TypeScript, TSX, JavaScript, Python, Rust, Go, Java and Ruby codebases: structural fingerprints catch copies even after every identifier was renamed.

  • dupehound scan ranks duplicate clusters and computes a repo slop score
  • dupehound history charts duplication across the git log
  • dupehound check gates CI when a change duplicates existing code

Install: cargo install dupehound or grab a binary below.

Thanks @paarothecoder for contributing Ruby support (#12), the first community-added language.