platisd / duplicate-code-detection-tool

A simple Python3 tool to detect similarities between files within a repository
MIT License
162 stars 30 forks source link

Allow for user configurable message header #33

Closed platisd closed 3 months ago

platisd commented 3 months ago

Allow users to specify if they want the report's header. This will allow them to customize the behavior and enable multiple Action runs in different steps of the same workflow as long as each title is unique.

Fixes #32

github-actions[bot] commented 3 months ago

📌 Duplicate code detection tool report (1)

The tool analyzed your source code and found the following degree of similarity between the files:

duplicate_code_detection.py ### 📄 [duplicate_code_detection.py](https://github.com/platisd/duplicate-code-detection-tool/blob/9d15d4e2a29537b737159d88a1d734403733fcd4/duplicate_code_detection.py) | File | Similarity (%) | |-------------- | -------------- | | [run_action.py](https://github.com/platisd/duplicate-code-detection-tool/blob/9d15d4e2a29537b737159d88a1d734403733fcd4/run_action.py) | 16.05 ⚠️ |
run_action.py ### 📄 [run_action.py](https://github.com/platisd/duplicate-code-detection-tool/blob/9d15d4e2a29537b737159d88a1d734403733fcd4/run_action.py) | File | Similarity (%) | |-------------- | -------------- | | [duplicate_code_detection.py](https://github.com/platisd/duplicate-code-detection-tool/blob/9d15d4e2a29537b737159d88a1d734403733fcd4/duplicate_code_detection.py) | 16.05 ⚠️ |
github-actions[bot] commented 3 months ago

📌 Duplicate code detection tool report (2)

The tool analyzed your source code and found the following degree of similarity between the files:

duplicate_code_detection.py ### 📄 [duplicate_code_detection.py](https://github.com/platisd/duplicate-code-detection-tool/blob/9d15d4e2a29537b737159d88a1d734403733fcd4/duplicate_code_detection.py) | File | Similarity (%) | |-------------- | -------------- | | [run_action.py](https://github.com/platisd/duplicate-code-detection-tool/blob/9d15d4e2a29537b737159d88a1d734403733fcd4/run_action.py) | 16.05 ⚠️ |
run_action.py ### 📄 [run_action.py](https://github.com/platisd/duplicate-code-detection-tool/blob/9d15d4e2a29537b737159d88a1d734403733fcd4/run_action.py) | File | Similarity (%) | |-------------- | -------------- | | [duplicate_code_detection.py](https://github.com/platisd/duplicate-code-detection-tool/blob/9d15d4e2a29537b737159d88a1d734403733fcd4/duplicate_code_detection.py) | 16.05 ⚠️ |
github-actions[bot] commented 3 months ago

📌 Duplicate code detection tool report

The tool analyzed your source code and found the following degree of similarity between the files:

duplicate_code_detection.py ### 📄 [duplicate_code_detection.py](https://github.com/platisd/duplicate-code-detection-tool/blob/189b397000608591a2f2ff0938f40bfd30f6d867/duplicate_code_detection.py) | File | Similarity (%) | |-------------- | -------------- | | [run_action.py](https://github.com/platisd/duplicate-code-detection-tool/blob/189b397000608591a2f2ff0938f40bfd30f6d867/run_action.py) | 16.05 ⚠️ |
run_action.py ### 📄 [run_action.py](https://github.com/platisd/duplicate-code-detection-tool/blob/189b397000608591a2f2ff0938f40bfd30f6d867/run_action.py) | File | Similarity (%) | |-------------- | -------------- | | [duplicate_code_detection.py](https://github.com/platisd/duplicate-code-detection-tool/blob/189b397000608591a2f2ff0938f40bfd30f6d867/duplicate_code_detection.py) | 16.05 ⚠️ |