Skip to content

Releases: Rafaelpta/dupehound

v0.1.0

12 Jun 12:41

Choose a tag to compare

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.