duplicate-code-detection-tool icon indicating copy to clipboard operation
duplicate-code-detection-tool copied to clipboard

A simple Python3 tool to detect similarities between files within a repository

Results 6 duplicate-code-detection-tool issues
Sort by recently updated
recently updated
newest added

The main business logic under [duplicate_code_detection.py](https://github.com/platisd/duplicate-code-detection-tool/blob/master/duplicate_code_detection.py) is lacking unit tests to be automatically run on CI. Let's introduce some! :balloon:

help wanted
good first issue

What the title says, let's fix it

good first issue

I dont know how to use it, I have django project run by docker on my local development, and I need to run this tool within it, How ?

It would be nice to have an option to do not run the comparison on all of the files within the directory, but just on a filtered subset of them....

I use the tool for different parts seperately in my project. My script looks like below and it checks 3 parts in my code: ``` name: "Duplicate code" on: issue_comment:...

I want to use this action in my node js project. My github action is setup as follows: ``` name: Duplicate code detection on: pull_request jobs: duplicate-code-check: name: Check for...