rpt-labs / ghostbuster

MIT License
3 stars 17 forks source link

feat(commit messages): add util to check for string similarity for commit messages #111

Closed dmukherjee closed 3 years ago

dmukherjee commented 3 years ago

Use Levenshtein distance to determine the similarity between student's commit messages and milestone commit messages. Currently, if the submitted milestone commit is 87% similar to the expected one, then it will be considered accurate, we can fine-tune the % in future