sentenz / devops

A service for DevOps operations.
Apache License 2.0
1 stars 3 forks source link

Add `jscpd` linter for duplicated code detection #44

Open sentenz opened 1 year ago

sentenz commented 1 year ago

Copy/paste is a common technical debt on a lot of projects. The jscpd gives the ability to find duplicated blocks implemented on more than 150 programming languages and digital formats of documents. The jscpd tool implements Rabin-Karp algorithm for searching duplications.