danielstjules / jsinspect

Detect copy-pasted and structurally similar code
MIT License
3.56k stars 128 forks source link

Add options: Minimum matches instances #36

Closed Jasonnor closed 8 years ago

Jasonnor commented 8 years ago

e.g.,

jsinspect -i -matches 3 ./path/to/src

Then show the instances which match at least 3 times.

danielstjules commented 8 years ago

Sure thing :)