flaviostutz / gitwho

Inspects a git repository and gives insights about developers around code ownership, churn, refactorings, new codes and people that help others.
MIT License
5 stars 1 forks source link

Show top duplicated files in ownership full #13

Closed flaviostutz closed 1 year ago

flaviostutz commented 1 year ago

Problem being solved

For acting on understanding better where code duplication is happening, we need to know which files have more lines duplicated

Proposal

Show, after authors statistics, the files that contains most duplicated code

Duplicated lines: 48392
  - /services/test.handler:15-25 
     -> /services/test2.handler:56-66
     -> /services/test3.handler:26-36
  - /utils/prechecks.go:15-25 
     -> /core/aviation.go:36-46
     -> /services/test3.handler:86-96