Commit a53c07e
committed
fix: extract commit message in parseCommitData to prevent undefined error
- parseCommitData now extracts all fields from git log format including message
- fixes 'Cannot read properties of undefined (reading toLowerCase())' error
- get_quality_metrics can now safely check commit messages for keywords1 parent 3751971 commit a53c07e
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
90 | 93 | | |
91 | 94 | | |
92 | 95 | | |
| |||
0 commit comments