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

Fix too large report error #13

Closed platisd closed 2 years ago

platisd commented 2 years ago

GitHub's maximum comment length of 65536 needs to be taken into account when posting the results. For now, let's work around it by warning the user of omitted results when the report is too large.

Fixes #11